Docs fix in advanced.sgml
Started by Etsuro Fujitaover 12 years ago2 messages
I think the document in advanced.sgml should be corrected, though I might
misunderstand the rules of usage. Attached is a patch.
Thanks,
Best regards,
Etsuro Fujita
Attachments:
docsfix-20130917.patchapplication/octet-stream; name=docsfix-20130917.patchDownload
diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml
index 218988e..3c067d5 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
Re: Docs fix in advanced.sgml
On Tue, Sep 17, 2013 at 5:45 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
I think the document in advanced.sgml should be corrected, though I might
misunderstand the rules of usage. Attached is a patch.
I think you're right, because the existing text makes it sounds like
the operator is >=, but the query says >.
Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers