"Michael P. Soulier" <[email protected]> writes: > This worked in 7.4 but fails now with > cannot ALTER TABLE "instances" because it has pending trigger events
I think the problem is you're issuing all those commands in one
transaction. If you COMMIT the updates then the subsequent ALTERs
should go through.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
