Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 99d9c36

Browse files
author
Liudmila Mantrova
committed
DOC: bug fixes in vops docs
1 parent b1bb3c4 commit 99d9c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/vops.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
For query types other than filtering and aggregation,
2525
<filename>vops</filename> can also use <filename>postgres_fdw</filename>
2626
to present vectorized data as a regular table with scalar
27-
column types and process these queries as regular tuples.
27+
column types and process this data as regular tuples.
2828
</para>
2929

3030
<sect2>
@@ -566,7 +566,7 @@ WHERE filter(l_shipdate &lt;= '1998-12-01'::date);
566566
columns. The <filename>vops</filename> extension supports grouping only by an integer type.
567567
The <literal>map</literal> function accepts aggregation
568568
arguments as a variadic array, so all elements of this array should
569-
have the same type. You cannot calculate
569+
have the same type. For example, you cannot calculate
570570
aggregates for <literal>vops_float4</literal> and
571571
<literal>vops_int8</literal> columns in a single operation.
572572
</para>
@@ -592,7 +592,7 @@ WHERE filter(l_shipdate &lt;= '1998-12-01'::date);
592592
Alternatively, you can partition the vectorized table by the
593593
<command>GROUP BY</command> fields to calculate grouped aggregates.
594594
In this case, grouping keys are stored as regular scalar values,
595-
while other fields are be way and other fields - inside tiles. Now
595+
while other fields are stored inside tiles. Now
596596
&project; executor will execute vops aggregates for each group:
597597
</para>
598598
<programlisting>

0 commit comments

Comments
 (0)