Re: [HACKERS] Update Open Items list

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] Update Open Items list
Дата
Msg-id 37398DDD.D8FB8AAC@alumni.caltech.edu
обсуждение исходный текст
Ответ на Update Open Items list  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Brook Milligan
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] plpgsql error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] plpgsql error