Re: how do you get there from here?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how do you get there from here?
Дата
Msg-id 1696.1240846074@sss.pgh.pa.us
обсуждение исходный текст
Ответ на how do you get there from here?  ("Michael P. Soulier" <michael_soulier@mitel.com>)
Список 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 по дате отправления:

Предыдущее
От: "Michael P. Soulier"
Дата:
Сообщение: how do you get there from here?
Следующее
От: Whit Armstrong
Дата:
Сообщение: find column OID types with information schema?