[COMMITTERS] pgsql: Fix handling of inherited check constraints in ALTER COLUMN TYPE

2012-11-05 Thread Tom Lane
Fix handling of inherited check constraints in ALTER COLUMN TYPE. This case got broken in 8.4 by the addition of an error check that complains if ALTER TABLE ONLY is used on a table that has children. We do use ONLY for this situation, but it's okay because the necessary recursion occurs at a high

[COMMITTERS] pgsql: Fix handling of inherited check constraints in ALTER COLUMN TYPE

2012-11-05 Thread Tom Lane
Fix handling of inherited check constraints in ALTER COLUMN TYPE. This case got broken in 8.4 by the addition of an error check that complains if ALTER TABLE ONLY is used on a table that has children. We do use ONLY for this situation, but it's okay because the necessary recursion occurs at a high

[COMMITTERS] pgsql: Fix handling of inherited check constraints in ALTER COLUMN TYPE

2012-11-05 Thread Tom Lane
Fix handling of inherited check constraints in ALTER COLUMN TYPE. This case got broken in 8.4 by the addition of an error check that complains if ALTER TABLE ONLY is used on a table that has children. We do use ONLY for this situation, but it's okay because the necessary recursion occurs at a high

[COMMITTERS] pgsql: Fix handling of inherited check constraints in ALTER COLUMN TYPE

2012-11-05 Thread Tom Lane
Fix handling of inherited check constraints in ALTER COLUMN TYPE. This case got broken in 8.4 by the addition of an error check that complains if ALTER TABLE ONLY is used on a table that has children. We do use ONLY for this situation, but it's okay because the necessary recursion occurs at a high

[COMMITTERS] pgsql: Fix handling of inherited check constraints in ALTER COLUMN TYPE

2012-11-05 Thread Tom Lane
Fix handling of inherited check constraints in ALTER COLUMN TYPE. This case got broken in 8.4 by the addition of an error check that complains if ALTER TABLE ONLY is used on a table that has children. We do use ONLY for this situation, but it's okay because the necessary recursion occurs at a high