Commit 320f85a9 authored by Neil Conway's avatar Neil Conway

Fix typo.

parent 0f085f6e
<!--
$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 $
-->
<sect1 id="xaggr">
......@@ -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>
......
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