Re: [HACKERS] pg_upgrade rebuild_tsvector_tables.sql includes child table columns

2013-11-19 Thread Bruce Momjian
On Wed, Nov 13, 2013 at 03:27:14PM -0500, Peter Eisentraut wrote: When pg_upgrade generates a rebuild_tsvector_tables.sql script to rewrite tsvector columns, it includes ALTER TABLE commands for child tables that cannot be altered independently from their parents:

[HACKERS] pg_upgrade rebuild_tsvector_tables.sql includes child table columns

2013-11-13 Thread Peter Eisentraut
When pg_upgrade generates a rebuild_tsvector_tables.sql script to rewrite tsvector columns, it includes ALTER TABLE commands for child tables that cannot be altered independently from their parents: psql:rebuild_tsvector_tables.sql:673: ERROR: cannot alter inherited column xxx This isn't a