Re: [BUGS] Altering a table with a rowtype column - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: [BUGS] Altering a table with a rowtype column
Date
Msg-id 1331153306-sup-5909@alvh.no-ip.org
Whole thread Raw
In response to Re: [BUGS] Altering a table with a rowtype column  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Excerpts from Tom Lane's message of mié mar 07 17:31:32 -0300 2012:

> This probably could be done for rowtype columns as well, but nobody has
> collected the necessary round tuits.  I think there was some fear of
> locking/deadlock issues, too.

It's probably easy to do if you require it to be marked INVALID
initially and then validate the tables using it one by one.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] Altering a table with a rowtype column
Next
From: Merlin Moncure
Date:
Subject: Re: [BUGS] Altering a table with a rowtype column