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

From: "Matheus Alcantara" <matheusssilv97(at)gmail(dot)com>
To: <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: psql: Add verbose option (+) for \dX command
Date: 2026-02-19 15:38:06
Message-ID: DGJ1TVNA3YMO.39X9T1C5U34BJ@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--
Matheus Alcantara
EDB: https://www.enterprisedb.com

Attachment Content-Type Size
v1-0001-psql-Add-verbose-option-for-dX-command.patch text/plain 3.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Geier 2026-02-19 15:38:41 Re: Reduce planning time for large NOT IN lists containing NULL
Previous Message Tomas Vondra 2026-02-19 15:33:22 Re: Hash aggregate collisions cause excessive spilling