ALL in SELECT syntax \h psql flawed?

From: Alvaro Herrera <alvherre(at)atentus(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: ALL in SELECT syntax \h psql flawed?
Date: 2001-10-22 16:53:10
Message-ID: Pine.LNX.4.33L2.0110221350390.29086-100000@aguila.protecne.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


\h select in psql says (among other things)

[ { UNION | INTERSECT | EXCEPT [ ALL ] } select ]

I think it should read

[ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]

(the SQL reference says the same thing as psql)

--
Alvaro Herrera (<alvherre[(at)]atentus(dot)com>)
"La virtud es el justo medio entre dos defectos" (Aristoteles)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-10-22 18:12:49 Bug #489: pg_dump places GRANT queries before CREATE VIEW
Previous Message Chris Storah 2001-10-22 08:52:16 Re: ODBC driver and non case-insensitivity?