Re: Trigger trouble

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Trigger trouble
Дата
Msg-id 5247.1167838774@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Trigger trouble  ("Sandy Spence" <axs@aber.ac.uk>)
Ответы Re: Trigger trouble  ("Sandy Spence" <axs@aber.ac.uk>)
Список pgsql-admin
"Sandy Spence" <axs@aber.ac.uk> writes:
> The version of postgres we are currently running is PostgreSQL 7.2.3

You sure it's not something newer?  There wasn't any built-in type named
"trigger" in 7.2 --- there is in 7.3 and up.

Assuming it is 7.3, dropping the type would be a really bad idea.  Could
we see the results of "select * from pg_type where typname = 'trigger'"?

I'm guessing that either that row is corrupt, or you dropped the
original superuser account (in which case the gripe about type trigger
is just the tip of the iceberg).

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Sandy Spence"
Дата:
Сообщение: Re: Trigger trouble
Следующее
От: "Sandy Spence"
Дата:
Сообщение: Re: Trigger trouble