Re: [HACKERS] PATCH: psql show index with type info - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: [HACKERS] PATCH: psql show index with type info
Date
Msg-id 20170306143059.GU9812@tamriel.snowman.net
Whole thread Raw
In response to Re: [HACKERS] PATCH: psql show index with type info  (Amos Bird <amosbird@gmail.com>)
Responses Re: [HACKERS] PATCH: psql show index with type info  (Amos Bird <amosbird@gmail.com>)
Re: [HACKERS] PATCH: psql show index with type info  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Amos,

* Amos Bird (amosbird@gmail.com) wrote:
> Well, the prefix is used to differentiate other \d commands, like
> this,

Ah, ok, fair enough.

Should we consider differentiating different table types also?  I
suppose those are primairly just logged and unlogged, but I could see
that being useful information to know when doing a \dt.  Not a big deal
either way though, and this patch stands on its own certainly.

Thanks!

Stephen

pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: [HACKERS] ANALYZE command progress checker
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Use asynchronous connect API inlibpqwalreceiver