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

From Justin Pryzby
Subject Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)
Date
Msg-id 20221215161323.GI1153@telsasoft.com
Whole thread Raw
In response to Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
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.

-- 
Justin

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: plpgsq_plugin's stmt_end() is not called when an error is caught
Next
From: "David G. Johnston"
Date:
Subject: Re: plpgsq_plugin's stmt_end() is not called when an error is caught