From 320f85a9530e0c08d9d8158bc5f2a73c5ca6ed31 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Wed, 30 Mar 2005 02:08:39 +0000 Subject: [PATCH] Fix typo. --- doc/src/sgml/xaggr.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/xaggr.sgml b/doc/src/sgml/xaggr.sgml index 6a928f7b4f..b4d96d575c 100644 --- a/doc/src/sgml/xaggr.sgml +++ b/doc/src/sgml/xaggr.sgml @@ -1,5 +1,5 @@ @@ -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 only case where it is safe for a function to modify a pass-by-reference input.) - See int8inc()> for an example. + See int8inc() for an example. -- 2.11.0