Re: [HACKERS] Update Open Items list - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] Update Open Items list
Date
Msg-id 37398DDD.D8FB8AAC@alumni.caltech.edu
Whole thread Raw
In response to Update Open Items list  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Brook Milligan
Date:
Subject: Re: [HACKERS] Re: [SQL] plpgsql error
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: [SQL] plpgsql error