We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1455f68 commit af12985Copy full SHA for af12985
doc/src/sgml/datatype.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.50 2001/02/14 19:37:26 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.51 2001/03/10 21:16:32 tgl Exp $
3
-->
4
5
<chapter id="datatype">
@@ -1639,7 +1639,7 @@ SELECT * FROM test1 WHERE a;
1639
<para>
1640
Boxes are output using the first syntax.
1641
The corners are reordered on input to store
1642
- the lower left corner first and the upper right corner last.
+ the upper right corner, then the lower left corner.
1643
Other corners of the box can be entered, but the lower
1644
left and upper right corners are determined from the input and stored.
1645
</para>
0 commit comments