We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f085f6 commit 320f85aCopy full SHA for 320f85a
doc/src/sgml/xaggr.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/xaggr.sgml,v 1.27 2005/03/12 20:25:06 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/xaggr.sgml,v 1.28 2005/03/30 02:08:39 neilc Exp $
3
-->
4
5
<sect1 id="xaggr">
@@ -173,7 +173,7 @@ SELECT attrelid::regclass, array_accum(atttypid)
173
must be a temporary transition value and can therefore safely be modified
174
in-place rather than allocating a new copy. (This is the <emphasis>only</>
175
case where it is safe for a function to modify a pass-by-reference input.)
176
- See <literal>int8inc()></> for an example.
+ See <literal>int8inc()</> for an example.
177
</para>
178
179
<para>
0 commit comments