Re: postgres catalog files problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres catalog files problem
Дата
Msg-id 21454.1190036345@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgres catalog files problem  ("Josh Harrison" <joshques@gmail.com>)
Ответы Re: postgres catalog files problem  ("Josh Harrison" <joshques@gmail.com>)
Список pgsql-general
"Josh Harrison" <joshques@gmail.com> writes:
> if I give this query, which checks for the triggers that do not have
> corresponding tables in the pg_class

> select * from pg_trigger where tgrelid not in (select relfilenode from
> pg_class),

This query is wrong --- relfilenode is not a join column for any other
table.  You should be using pg_class.oid there.

            regards, tom lane

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

Предыдущее
От: "Josh Harrison"
Дата:
Сообщение: postgres catalog files problem
Следующее
От: "Josh Harrison"
Дата:
Сообщение: Re: postgres catalog files problem