projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f085f6
)
Fix typo.
author
Neil Conway
Wed, 30 Mar 2005 02:08:39 +0000
(
02:08
+0000)
committer
Neil Conway
Wed, 30 Mar 2005 02:08:39 +0000
(
02:08
+0000)
doc/src/sgml/xaggr.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xaggr.sgml
b/doc/src/sgml/xaggr.sgml
index 6a928f7b4f58ae634380813a786bb4ff5a8d6cb3..b4d96d575ce0e8c82e155c3f4d06feef30ac6e31 100644
(file)
--- a/
doc/src/sgml/xaggr.sgml
+++ b/
doc/src/sgml/xaggr.sgml
@@
-1,5
+1,5
@@
@@
-173,7
+173,7
@@
SELECT attrelid::regclass, array_accum(atttypid)
must be a temporary transition value and can therefore safely be modified
in-place rather than allocating a new copy. (This is the
only>
case where it is safe for a function to modify a pass-by-reference input.)
- See
int8inc()
>
> for an example.
+ See
int8inc()> for an example.