projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfd9cb9
)
BOX documentation disagreed with code about corner order.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 10 Mar 2001 21:16:32 +0000
(21:16 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 10 Mar 2001 21:16:32 +0000
(21:16 +0000)
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 659b18deb87a13ae75c1899dd58b819b6a3a68b8..370dde3e1064917d794650486dfe556ec2205a31 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-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>