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

Commit af12985

Browse files
committed
BOX documentation disagreed with code about corner order.
1 parent 1455f68 commit af12985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.50 2001/02/14 19:37:26 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.51 2001/03/10 21:16:32 tgl Exp $
33
-->
44

55
<chapter id="datatype">
@@ -1639,7 +1639,7 @@ SELECT * FROM test1 WHERE a;
16391639
<para>
16401640
Boxes are output using the first syntax.
16411641
The corners are reordered on input to store
1642-
the lower left corner first and the upper right corner last.
1642+
the upper right corner, then the lower left corner.
16431643
Other corners of the box can be entered, but the lower
16441644
left and upper right corners are determined from the input and stored.
16451645
</para>

0 commit comments

Comments
 (0)