Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cffded9

Browse files
committed
Documentation refers to box() function where it should say box_intersect().
Thanks to Wes Sheldah for finding this one.
1 parent 0c57d69 commit cffded9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.152 2003/03/30 21:48:37 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.153 2003/05/01 00:57:05 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -5563,10 +5563,10 @@ SELECT TIMESTAMP 'now';
55635563
<entry><literal>area(box '((0,0),(1,1))')</literal></entry>
55645564
</row>
55655565
<row>
5566-
<entry><literal><function>box</function>(<type>box</>, <type>box</>)</literal></entry>
5566+
<entry><literal><function>box_intersect</function>(<type>box</>, <type>box</>)</literal></entry>
55675567
<entry><type>box</type></entry>
55685568
<entry>intersection box</entry>
5569-
<entry><literal>box(box '((0,0),(1,1))',box '((0.5,0.5),(2,2))')</literal></entry>
5569+
<entry><literal>box_intersect(box '((0,0),(1,1))',box '((0.5,0.5),(2,2))')</literal></entry>
55705570
</row>
55715571
<row>
55725572
<entry><literal><function>center</function>(<replaceable>object</>)</literal></entry>

0 commit comments

Comments
 (0)