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

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(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: 2023-05-24 21:05:22
Message-ID: ZG58Ej0WBUByH09/@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I added documentation for the SQL functions in 001.
And updated to say 170000

I'm planning to set this patch as ready - it has not changed
significantly in 18 months. Not for the first time, I've implemented a
workaround at a higher layer.

--
Justin

Attachment Content-Type Size
0001-Add-pg_am_size-pg_namespace_size.patch text/x-diff 7.6 KB
0002-psql-add-convenience-commands-dA-and-dn.patch text/x-diff 9.4 KB
0003-f-convert-the-other-verbose-to-int-too.patch text/x-diff 40.4 KB
0004-Move-the-double-plus-Size-columns-to-the-right.patch text/x-diff 9.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-05-24 21:24:37 testing dist tarballs
Previous Message Andres Freund 2023-05-24 20:30:25 Re: walsender performance regression due to logical decoding on standby changes