Re: New default ignored by pre-exising insert rulesets.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New default ignored by pre-exising insert rulesets.
Дата
Msg-id 325.1004733763@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: New default ignored by pre-exising insert rulesets.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I said:
> Arguile <arguile@lucentstudios.com> writes:
>> If a table field is altered to add a default, the default value is
>> bypassed by pre-existing rules.

> I believe the best fix for this is to move default-insertion out of the
> parser and do it during planning, instead

I have committed fixes for this into the 7.2 sources.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug #491: ERROR: RelationClearRelation: relation using JDBC
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #507: Granting insert on a table does not grant update to the ralated sequence