Re: [PATCH v5] Show detailed table persistence in \dt+ - Mailing list pgsql-hackers

From David Fetter
Subject Re: [PATCH v5] Show detailed table persistence in \dt+
Date
Msg-id 20190429142358.GE2954@fetter.org
Whole thread Raw
In response to Re: [PATCH v5] Show detailed table persistence in \dt+  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: [PATCH v5] Show detailed table persistence in \dt+
Re: [PATCH v5] Show detailed table persistence in \dt+
List 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

Attachment

pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: [PATCH v4] Add \warn to psql
Next
From: Michael Paquier
Date:
Subject: Re: Typofixes in src/bin