Re: issue about information_schema REFERENTIAL_CONSTRAINTS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: issue about information_schema REFERENTIAL_CONSTRAINTS
Дата
Msg-id 1283438419.23199.0.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: issue about information_schema REFERENTIAL_CONSTRAINTS  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: issue about information_schema REFERENTIAL_CONSTRAINTS  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-bugs
On tor, 2010-09-02 at 07:54 +0200, Fabien COELHO wrote:
> > We cannot change it.
>
> Yes we can!  It, it is 100% postgresql:
>
>   \d information_schema.referential_constraints
>    View "information_schema.referential_constraints"
>    ...
>     FROM pg_namespace ncon
>     JOIN pg_constraint con ON ncon.oid = con.connamespace
>     JOIN pg_class c ON con.conrelid = c.oid

Well, for the sake of argument, how would you propose to change it?

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

Предыдущее
От: Anderson Costa
Дата:
Сообщение: Dúvida
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5636: extra "(" or missing ")"