ALL in SELECT syntax \h psql flawed? - Mailing list pgsql-bugs

From Alvaro Herrera
Subject ALL in SELECT syntax \h psql flawed?
Date
Msg-id Pine.LNX.4.33L2.0110221350390.29086-100000@aguila.protecne.cl
Whole thread Raw
Responses Re: ALL in SELECT syntax \h psql flawed?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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[@]atentus.com>)
"La virtud es el justo medio entre dos defectos" (Aristoteles)

pgsql-bugs by date:

Previous
From: Wiktor Rzeczkowski
Date:
Subject: intersect bug
Next
From: Thomas Lockhart
Date:
Subject: Re: ALL in SELECT syntax \h psql flawed?