Re: Show comments in \dRp+, \dRs+, and \dX+ psql meta-commands

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: Pavel Luzanov <p(dot)luzanov(at)postgrespro(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Show comments in \dRp+, \dRs+, and \dX+ psql meta-commands
Date: 2026-02-28 14:59:36
Message-ID: CAHGQGwF5aBCsJ+pmk5tQP6YwEziUz=TXKD8hp22uKqoSxVEgmA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 27, 2026 at 8:09 AM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> I'm fine with this direction, but I think it should be handled as a separate
> improvement to the \d meta-commands, rather than as part of the current patch
> extending \dRp+, \dRs+, and \dX+.
>
> I'm thinking to first commit the v3 patch so that comments on publications,
> subscriptions, and extended statistics can be viewed via \d.

I've pushed the v3 patch. Thanks!

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mihail Nikalayeu 2026-02-28 15:16:00 Re: Adding REPACK [concurrently]
Previous Message Fujii Masao 2026-02-28 14:37:41 Re: [Patch]Add tab completion for DELETE ... USING