Insert ... (a, b, DEFAULT, c, d);

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Insert ... (a, b, DEFAULT, c, d);
Дата
Msg-id 1017457635.29553.2.camel@knight.zort.ca
обсуждение исходный текст
Ответы Re: Insert ... (a, b, DEFAULT, c, d);  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Adds inserts with defaults.

Insert regression test will be required for other insert specific stuff

ie. INSERT values (), (), ()...



Any column set to DEFAULT is dropped in analyze.c while transforming the
insert statement.

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: bison fixes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Insert ... (a, b, DEFAULT, c, d);