Skip to content

Commit d8794fd

Browse files
committed
doc: Postgres -> PostgreSQL
1 parent 82aff8d commit d8794fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_aggregate.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ SELECT col FROM tab ORDER BY col USING sortop LIMIT 1;
666666
</para>
667667

668668
<para>
669-
Ordinarily, Postgres functions are expected to be true functions that
669+
Ordinarily, PostgreSQL functions are expected to be true functions that
670670
do not modify their input values. However, an aggregate transition
671671
function, <emphasis>when used in the context of an aggregate</>,
672672
is allowed to cheat and modify its transition-state argument in place.

0 commit comments

Comments
 (0)