Re: [PATCHES] ANSI Compliant Inserts

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: [PATCHES] ANSI Compliant Inserts
Дата
Msg-id 081901c1e435$61865e00$8001a8c0@jester
обсуждение исходный текст
Список pgsql-hackers
> > INSERT INTO tab VALUES ('val1'); -- bad by spec (not enforced)
> > INSERT INTO tab VALUES ('val1', 'val2'); -- good
>
> I recall that this was the behavior we agreed we wanted.  IMHO, it
would
> be conditional on the INSERT ... VALUES (DEFAULT) capability being
> provided.  I'm not sure if that is there yet.

My patch for that was applied a couple weeks ago.



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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: 7.3 schedule
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Security Issue..