mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
doc: Spell checking
This commit is contained in:
@@ -207,7 +207,7 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> (
|
||||
arguments that are evaluated only once per aggregation rather than once
|
||||
per input row. Hypothetical-set aggregates are a subclass of ordered-set
|
||||
aggregates in which some of the direct arguments are required to match,
|
||||
in number and datatypes, the aggregated argument columns. This allows
|
||||
in number and data types, the aggregated argument columns. This allows
|
||||
the values of those direct arguments to be added to the collection of
|
||||
aggregate-input rows as an additional <quote>hypothetical</> row.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user