1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Documentation correction.

Etsuro Fujita
This commit is contained in:
Robert Haas
2013-09-18 09:05:10 -04:00
parent 86a174bff0
commit eb3b79ffd4

View File

@ -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