projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578ce39
)
Fix typo.
author
Neil Conway
<neilc@samurai.com>
Wed, 30 Mar 2005 02:08:39 +0000
(
02:08
+0000)
committer
Neil Conway
<neilc@samurai.com>
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 8839c400058f4b54fddf4c5f01c7c1c29cb429f2..6b20b4abdcaccef4c922713293956c309e34390e 100644
(file)
--- a/
doc/src/sgml/xaggr.sgml
+++ b/
doc/src/sgml/xaggr.sgml
@@
-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 <emphasis>only</>
case where it is safe for a function to modify a pass-by-reference input.)
- See <literal>int8inc()
>
</> for an example.
+ See <literal>int8inc()</> for an example.
</para>
<para>