| From: | Michael Meskes <Michael(dot)Meskes(at)usa(dot)net> |
|---|---|
| To: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] latest parser changes |
| Date: | 1999-01-19 08:35:24 |
| Message-ID: | 19990119093524.B10570@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Jan 18, 1999 at 10:00:14PM -0500, Bruce Momjian wrote:
> > > Since FOR UPDATE is not allowed with UNION I suppose it is also not allowed
> > > with INTERSECT and EXCEPT. Is that correct?
>
> Looks like the tests you make in gram.y will still catch those.
Where? I just see:
if (n->unionClause != NULL)
elog(ERROR, "SELECT FORUPDATE is not allowed with UNION clause");
but not intersect and except. But then I haven't had to time to read the
code carefully.
Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(dot)Meskes(at)gmx(dot)net | Use PostgreSQL!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Meskes | 1999-01-19 10:13:01 | Re: [HACKERS] performance test |
| Previous Message | Michael Meskes | 1999-01-19 08:34:26 | Re: [HACKERS] Postgres Speed or lack thereof |