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>
Subject: Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)
Date: 2021-12-18 22:10:42
Message-ID: 20211218221042.GS17618@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Remove bogus ACL check for AMs.
Rebased on cf0cab868.
Use ForkNumber rather than int.
Update comments and commit message.
Also move the Size column of \l and \dt

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-12-18 23:53:34 Getting rid of regression test input/ and output/ files
Previous Message Tom Lane 2021-12-18 21:51:07 Re: sequences vs. synchronous replication