diff options
author | Neil Conway <neilc@samurai.com> | 2005-03-30 02:08:39 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-03-30 02:08:39 +0000 |
commit | 320f85a9530e0c08d9d8158bc5f2a73c5ca6ed31 (patch) | |
tree | 298075bc60c5b3718ec4821e6e01116ffe852dc7 | |
parent | 0f085f6e9df81140ee69f29f31f42b2824f0afed (diff) | |
download | postgresql-320f85a9530e0c08d9d8158bc5f2a73c5ca6ed31.tar.gz postgresql-320f85a9530e0c08d9d8158bc5f2a73c5ca6ed31.zip |
Fix typo.
-rw-r--r-- | doc/src/sgml/xaggr.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xaggr.sgml b/doc/src/sgml/xaggr.sgml index 6a928f7b4f5..b4d96d575ce 100644 --- a/doc/src/sgml/xaggr.sgml +++ b/doc/src/sgml/xaggr.sgml @@ -1,5 +1,5 @@ <!-- -$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> |