Re: [PATCH v5] Show detailed table persistence in \dt+

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: [PATCH v5] Show detailed table persistence in \dt+
Дата
Msg-id 20190429142358.GE2954@fetter.org
обсуждение исходный текст
Ответ на Re: [PATCH v5] Show detailed table persistence in \dt+  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: [PATCH v5] Show detailed table persistence in \dt+  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: [PATCH v5] Show detailed table persistence in \dt+  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Apr 29, 2019 at 08:48:17AM +0200, Fabien COELHO wrote:
> 
> Hello David,
> 
> > My mistake. Fixed.
> 
> About v6: applies, compiles, make check ok.
> 
> Code is ok.
> 
> Maybe there could be a comment to tell that prior version are not addressed,
> something like:
> 
>     ...
>   }
>   /* else do not bother guessing the temporary status on old version */

Did something like this.

> No tests, pending an added TAP test infrastructure for psql.

Right.

> I have a question a out the index stuff: indexes seem to appear as entries
> in pg_class, and ISTM that they can be temporary/unlogged/permanent as
> attached to corresponding objects. So the guard is not very useful and it
> could make sense to show the information on indexes as well.

Done.

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Вложения

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [PATCH v4] Add \warn to psql
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Typofixes in src/bin