From: Tom Lane Date: Thu, 1 May 2003 00:57:05 +0000 (+0000) Subject: Documentation refers to box() function where it should say box_intersect(). X-Git-Tag: REL7_4_BETA1~670 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cffded96ead867c4dced4870f066b51341771d91;p=thirdparty%2Fpostgresql.git Documentation refers to box() function where it should say box_intersect(). Thanks to Wes Sheldah for finding this one. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 20e642468fb..a76783849a0 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -5563,10 +5563,10 @@ SELECT TIMESTAMP 'now'; area(box '((0,0),(1,1))') - box(box, box) + box_intersect(box, box) box intersection box - box(box '((0,0),(1,1))',box '((0.5,0.5),(2,2))') + box_intersect(box '((0,0),(1,1))',box '((0.5,0.5),(2,2))') center(object)