From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
---|---|
To: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: [HACKERS] Update Open Items list |
Date: | 1999-05-12 14:19:09 |
Message-ID: | 37398DDD.D8FB8AAC@alumni.caltech.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> create table "AA" ( x int4 , y serial ); insert into "AA" (x) values (1); fails
I see the "AA" problem, and was just working in that code. Will look
at it.
> SELECT 1; SELECT 2 fails when sent not via psql, semicolon problem
I'm almost certain that this is from changes introduced by Stefan's
EXCEPT patches. There are some rules in gram.y which handle multiple
statements, and he commented them out to get rid of shift/reduce
conflicts he introduced :(
- Thomas
--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 1999-05-12 14:22:37 | Re: [HACKERS] Re: [SQL] plpgsql error |
Previous Message | Tom Lane | 1999-05-12 14:12:18 | Re: [HACKERS] Re: [SQL] plpgsql error |