Commit d8794fd7 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Postgres -> PostgreSQL

parent 82aff8d3
...@@ -666,7 +666,7 @@ SELECT col FROM tab ORDER BY col USING sortop LIMIT 1; ...@@ -666,7 +666,7 @@ SELECT col FROM tab ORDER BY col USING sortop LIMIT 1;
</para> </para>
<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 do not modify their input values. However, an aggregate transition
function, <emphasis>when used in the context of an aggregate</>, function, <emphasis>when used in the context of an aggregate</>,
is allowed to cheat and modify its transition-state argument in place. is allowed to cheat and modify its transition-state argument in place.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment