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

From Peter Eisentraut
Subject Re: [HACKERS] PATCH: psql show index with type info
Date
Msg-id 9a4f2e94-b0b8-55a5-fba6-2188407bdaa2@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] PATCH: psql show index with type info  (Stephen Frost <sfrost@snowman.net>)
Responses Re: [HACKERS] PATCH: psql show index with type info  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On 3/8/17 08:30, Stephen Frost wrote:
> Right, I don't think having an extra column which is going to be NULL a
> large amount of the time is good.

Note that \di already has a column "Table" that is null for something
that is not an index.  So I don't think this argument is very strong.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] PATCH: psql show index with type info
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Query fails when SRFs are part of FROM clause (Commitid: 69f4b9c85f)