Re: New default ignored by pre-exising insert rulesets. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: New default ignored by pre-exising insert rulesets.
Date
Msg-id 325.1004733763@sss.pgh.pa.us
Whole thread Raw
In response to Re: New default ignored by pre-exising insert rulesets.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug #491: ERROR: RelationClearRelation: relation using JDBC
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #507: Granting insert on a table does not grant update to the ralated sequence