Re: ALL in SELECT syntax \h psql flawed?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: thomas(at)pgsql(dot)com
Cc: Alvaro Herrera <alvherre(at)atentus(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: ALL in SELECT syntax \h psql flawed?
Date: 2001-10-23 16:42:27
Message-ID: 200110231642.f9NGgRI04784@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 ]
>
> I agree. Bruce ("Mr. Backslash" :) are you planning on picking this up?

Done. :-)

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bill Studenmund 2001-10-24 13:21:05 Re: Enabling --debug causes regression test failure.
Previous Message Bruce Momjian 2001-10-23 16:41:39 Re: ALL in SELECT syntax \h psql flawed?