Commit cffded96 authored by Tom Lane's avatar Tom Lane

Documentation refers to box() function where it should say box_intersect().

Thanks to Wes Sheldah for finding this one.
parent 0c57d69d
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.152 2003/03/30 21:48:37 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.153 2003/05/01 00:57:05 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -5563,10 +5563,10 @@ SELECT TIMESTAMP 'now'; ...@@ -5563,10 +5563,10 @@ SELECT TIMESTAMP 'now';
<entry><literal>area(box '((0,0),(1,1))')</literal></entry> <entry><literal>area(box '((0,0),(1,1))')</literal></entry>
</row> </row>
<row> <row>
<entry><literal><function>box</function>(<type>box</>, <type>box</>)</literal></entry> <entry><literal><function>box_intersect</function>(<type>box</>, <type>box</>)</literal></entry>
<entry><type>box</type></entry> <entry><type>box</type></entry>
<entry>intersection box</entry> <entry>intersection box</entry>
<entry><literal>box(box '((0,0),(1,1))',box '((0.5,0.5),(2,2))')</literal></entry> <entry><literal>box_intersect(box '((0,0),(1,1))',box '((0.5,0.5),(2,2))')</literal></entry>
</row> </row>
<row> <row>
<entry><literal><function>center</function>(<replaceable>object</>)</literal></entry> <entry><literal><function>center</function>(<replaceable>object</>)</literal></entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment