Re: Show sequences owned by

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Show sequences owned by
Дата
Msg-id 6756.1320416385@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Show sequences owned by  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Show sequences owned by  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> The attached patch makes the \d output for psql on a sequence show
> which table/column owns the sequence. The table already showed the
> dependency the other way through the default value, but going from
> sequence back to table was not possible.

> Comments/reviews?

The join conditions are far from adequate.  You can *not* just check the
objid, you *must* check classid (and refclassid) to avoid being fooled
by duplicate OIDs in different system catalogs.  You've also not held
to psql's normal conventions about fully qualifying names to avoid
making assumptions about the search_path.
        regards, tom lane


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

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: Show statistics target in \d+
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pg_dump --exclude-table-data