Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82aff8d
)
doc: Postgres -> PostgreSQL
author
Peter Eisentraut
<peter_e@gmx.net>
Sun, 15 Oct 2017 13:14:08 +0000
(09:14 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sun, 15 Oct 2017 13:14:08 +0000
(09:14 -0400)
doc/src/sgml/ref/create_aggregate.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_aggregate.sgml
b/doc/src/sgml/ref/create_aggregate.sgml
index 4d9c8b0b7074aaf6b974dd2eacaa39d5406a4f9a..ee79c90df2b23c902f67a7f6b87cb42eaf151c47 100644
(file)
--- a/
doc/src/sgml/ref/create_aggregate.sgml
+++ b/
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, Postgre
s
functions are expected to be true functions that
+ Ordinarily, Postgre
SQL
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.