Re: psql: Add verbose option (+) for \dX command - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: psql: Add verbose option (+) for \dX command
Date
Msg-id CAHGQGwFmafZ49+-oRP_tqjv82YqXcwUTgOidtmYuY-gPZuSXRw@mail.gmail.com
Whole thread
In response to psql: Add verbose option (+) for \dX command  ("Matheus Alcantara" <matheusssilv97@gmail.com>)
Responses Re: psql: Add verbose option (+) for \dX command
List pgsql-hackers
On Fri, Feb 20, 2026 at 12:38 AM Matheus Alcantara
<matheusssilv97@gmail.com> wrote:
>
> Hi,
>
> While I was reviewing another patch I noticed that we don't have the
> verbose option(+) on \dX command to get extended statistics comments.
>
> Althrought comments can be obtained using obj_description() perhaps it
> can be useful to have a verbose option on \dX to get this information.
>
> Thoughts?

+1

I've already proposed a patch to add support for \dX+ :)
Please see [1]. I'd appreciate it if you could review it.

Regards,

[1]
https://commitfest.postgresql.org/patch/6493/

--
Fujii Masao



pgsql-hackers by date:

Previous
From: David Geier
Date:
Subject: Re: Reduce planning time for large NOT IN lists containing NULL
Next
From: Andres Freund
Date:
Subject: Re: add assertion for palloc in signal handlers