We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82aff8d commit d8794fdCopy full SHA for d8794fd
doc/src/sgml/ref/create_aggregate.sgml
@@ -666,7 +666,7 @@ SELECT col FROM tab ORDER BY col USING sortop LIMIT 1;
666
</para>
667
668
<para>
669
- Ordinarily, Postgres functions are expected to be true functions that
+ Ordinarily, PostgreSQL functions are expected to be true functions that
670
do not modify their input values. However, an aggregate transition
671
function, <emphasis>when used in the context of an aggregate</>,
672
is allowed to cheat and modify its transition-state argument in place.
0 commit comments