From eb3b79ffd4c456b49325df0002dbc4cb6a3741e7 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 18 Sep 2013 09:05:10 -0400 Subject: [PATCH] Documentation correction. Etsuro Fujita --- doc/src/sgml/advanced.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml index 218988e0af..3c067d5376 100644 --- a/doc/src/sgml/advanced.sgml +++ b/doc/src/sgml/advanced.sgml @@ -659,7 +659,7 @@ SELECT name, altitude 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: SELECT name, altitude -- 2.40.0