doc: Postgres -> PostgreSQL

pull/31/head^2
Peter Eisentraut 8 years ago
parent 82aff8d336
commit d8794fd7c3
  1. 2
      doc/src/sgml/ref/create_aggregate.sgml

@ -666,7 +666,7 @@ SELECT col FROM tab ORDER BY col USING sortop LIMIT 1;
</para>
<para>
Ordinarily, Postgres functions are expected to be true functions that
Ordinarily, PostgreSQL functions are expected to be true functions that
do not modify their input values. However, an aggregate transition
function, <emphasis>when used in the context of an aggregate</>,
is allowed to cheat and modify its transition-state argument in place.

Loading…
Cancel
Save