Re: Add psql command to list constraints - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Add psql command to list constraints
Date
Msg-id CA+TgmoY_hcPJ6u6bjp5pfQUtQYzH92Ti-na=jEopwORhfLZJOA@mail.gmail.com
Whole thread Raw
In response to Add psql command to list constraints  (Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>)
Responses Re: Add psql command to list constraints  (Greg Stark <stark@mit.edu>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add non-blocking version of PQcancel
Next
From: Robert Haas
Date:
Subject: Re: [PATCH] Enable SSL library detection via PQsslAttribute