Re: psql: Add verbose option (+) for \dX command

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: psql: Add verbose option (+) for \dX command
Date: 2026-02-19 15:49:18
Message-ID: CAHGQGwFmafZ49+-oRP_tqjv82YqXcwUTgOidtmYuY-gPZuSXRw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 20, 2026 at 12:38 AM Matheus Alcantara
<matheusssilv97(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-02-19 15:50:04 Re: add assertion for palloc in signal handlers
Previous Message David Geier 2026-02-19 15:38:41 Re: Reduce planning time for large NOT IN lists containing NULL