From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)atentus(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: ALL in SELECT syntax \h psql flawed? |
Date: | 2001-10-23 16:41:39 |
Message-ID: | 200110231641.f9NGfdr04634@candle.pha.pa.us |
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)
Good catch! Hard to imagine how we missed seeing this mistake. Patch
applied.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 5.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-10-23 16:42:27 | Re: ALL in SELECT syntax \h psql flawed? |
Previous Message | Ronald Kuczek | 2001-10-23 15:37:34 | Re: Pls send the details. |