Documentation correction.

Etsuro Fujita
This commit is contained in:
Robert Haas 2013-09-18 09:05:10 -04:00
parent 86a174bff0
commit eb3b79ffd4
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ SELECT name, altitude
<para> <para>
On the other hand, the following query finds On the other hand, the following query finds
all the cities that are not state capitals and 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> <programlisting>
SELECT name, altitude SELECT name, altitude