|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/xaggr.sgml,v 1.27 2005/03/12 20:25:06 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/xaggr.sgml,v 1.28 2005/03/30 02:08:39 neilc Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <sect1 id="xaggr">
|
@@ -173,7 +173,7 @@ SELECT attrelid::regclass, array_accum(atttypid)
|
173 | 173 | must be a temporary transition value and can therefore safely be modified
|
174 | 174 | in-place rather than allocating a new copy. (This is the <emphasis>only</>
|
175 | 175 | case where it is safe for a function to modify a pass-by-reference input.)
|
176 |
| - See <literal>int8inc()></> for an example. |
| 176 | + See <literal>int8inc()</> for an example. |
177 | 177 | </para>
|
178 | 178 |
|
179 | 179 | <para>
|
|