Re: [HACKERS] default values

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] default values
Дата
Msg-id 35ED695B.795AD4A5@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] default values  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> I thought you did the default values additions?  Isn't it all done in
> parser/analyze.c?  My guess is that is is looking at the number of
> attributes specified in the target list, while in your case you really
> want it look at the number of entries NOT in the target list.

I just helped rewrite the gram.y parts of the default value grammar to
do full parsing on the clause. All of the hard work (and real knowledge)
was Vadim's...

                     - Tom

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Core dump in regression tests.u
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] default values