aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-03-10 21:16:32 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-03-10 21:16:32 +0000
commitaf129857c4893c3305a53217a8d69a58047d2c9d (patch)
tree3823120ffe540a3ec20c013dcf3cf3a2901561f8
parent1455f68a5514e8af4f12141c8611e4fc56ba3d7e (diff)
downloadpostgresql-af129857c4893c3305a53217a8d69a58047d2c9d.tar.gz
postgresql-af129857c4893c3305a53217a8d69a58047d2c9d.zip
BOX documentation disagreed with code about corner order.
-rw-r--r--doc/src/sgml/datatype.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 22615a08686..e4e38f6b44e 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -1,5 +1,5 @@
<!--
-$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 $
-->
<chapter id="datatype">
@@ -1639,7 +1639,7 @@ SELECT * FROM test1 WHERE a;
<para>
Boxes are output using the first syntax.
The corners are reordered on input to store
- the lower left corner first and the upper right corner last.
+ the upper right corner, then the lower left corner.
Other corners of the box can be entered, but the lower
left and upper right corners are determined from the input and stored.
</para>