Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Ian Lawrence Barwick <barwick(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Gilles Darold <gilles(at)darold(dot)net>, Julien Rouhaud <rjuju123(at)gmail(dot)com>
Subject: Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)
Date: 2022-12-16 08:05:24
Message-ID: CAFj8pRCjsmxHRyxx6i3ThgsdotKgv83_OGwyrmp1WNumUZTddA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

čt 15. 12. 2022 v 17:13 odesílatel Justin Pryzby <pryzby(at)telsasoft(dot)com>
napsal:

> Rebased on c727f511b.
>
> This patch record was "closed for lack of interest", but I think what's
> actually needed is committer review of which approach to take.
>
> - add backend functions but do not modify psql ?
> - add to psql slash-plus commnds ?
> - introduce psql double-plus commands for new options ?
> - change pre-existing psql plus commands to only show size with
> double-plus ?
> - go back to the original, two-line client-side sum() ?
>
> Until then, the patchset is organized with those questions in mind.
>

+1

This format makes sense to me.

Regards

Pavel

>
> --
> Justin
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2022-12-16 08:43:43 Re: Inconsistency in reporting checkpointer stats
Previous Message Nikita Malakhov 2022-12-16 07:59:39 Re: New strategies for freezing, advancing relfrozenxid early