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

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)
Дата
Msg-id 20221215161323.GI1153@telsasoft.com
обсуждение исходный текст
Ответ на Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы 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>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plpgsq_plugin's stmt_end() is not called when an error is caught
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: plpgsq_plugin's stmt_end() is not called when an error is caught