Re: Add psql command to list constraints

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Add psql command to list constraints
Дата
Msg-id CA+TgmoY_hcPJ6u6bjp5pfQUtQYzH92Ti-na=jEopwORhfLZJOA@mail.gmail.com
обсуждение исходный текст
Ответ на Add psql command to list constraints  (Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>)
Ответы Re: Add psql command to list constraints  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
On Fri, Mar 25, 2022 at 3:20 PM Justin Pryzby <pryzby@telsasoft.com> wrote:
> \dX is similar, and I remember wondering whether it was really useful/needed.
> The catalog tables are exposed and documented for a reason, and power-users
> will learn to use them.

I don't think that \dX is comparable, because I don't think we should
regard extended statistics as a table object. Indeed, generalizing
extended statistics so that they can be generated on a join seems to
me to be one of the most important things we could do in that area.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Add non-blocking version of PQcancel
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] Enable SSL library detection via PQsslAttribute