Re: how do you get there from here? - Mailing list pgsql-general

From Tom Lane
Subject Re: how do you get there from here?
Date
Msg-id 1696.1240846074@sss.pgh.pa.us
Whole thread Raw
In response to how do you get there from here?  ("Michael P. Soulier" <michael_soulier@mitel.com>)
List pgsql-general
"Michael P. Soulier" <michael_soulier@mitel.com> 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

pgsql-general by date:

Previous
From: "Michael P. Soulier"
Date:
Subject: how do you get there from here?
Next
From: Whit Armstrong
Date:
Subject: find column OID types with information schema?