aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2013-09-18 09:05:10 -0400
committerRobert Haas <rhaas@postgresql.org>2013-09-18 09:05:10 -0400
commiteb3b79ffd4c456b49325df0002dbc4cb6a3741e7 (patch)
treeb36bb49a70aca4671836a77f41a7405fcfa24422
parent86a174bff0730791c5c262d646d4fe28c2485be1 (diff)
downloadpostgresql-eb3b79ffd4c456b49325df0002dbc4cb6a3741e7.tar.gz
postgresql-eb3b79ffd4c456b49325df0002dbc4cb6a3741e7.zip
Documentation correction.
Etsuro Fujita
-rw-r--r--doc/src/sgml/advanced.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml
index 218988e0afc..3c067d53763 100644
--- a/doc/src/sgml/advanced.sgml
+++ b/doc/src/sgml/advanced.sgml
@@ -659,7 +659,7 @@ SELECT name, altitude
<para>
On the other hand, the following query finds
all the cities that are not state capitals and
- are situated at an altitude of 500 feet or higher:
+ are situated at an altitude over 500 feet:
<programlisting>
SELECT name, altitude