> 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@alumni.caltech.edu
South Pasadena, California