Rod Taylor <[EMAIL PROTECTED]> writes:
> - alter table structure
> - Add all new constraints (without confirming their correctness at that
> time)
> - update table contents via an SPI call to UPDATE WHERE <column> IS NULL
> The where clause would avoid issues with inherited data being
> overwritten when the child tables are updated.
But it creates issues with failing to check the new constraints at those
same child rows.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly