diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 22615a0868..e4e38f6b44 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -1639,7 +1639,7 @@ SELECT * FROM test1 WHERE a; 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.