Update pg_tables, pg_index views to show tablespace name? - Mailing list pgsql-hackers

From spock@mgnet.de
Subject Update pg_tables, pg_index views to show tablespace name?
Date
Msg-id Pine.LNX.4.58.0407071418520.18718@spock.intra.net
Whole thread Raw
Responses Re: Update pg_tables, pg_index views to show tablespace name?  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
Hi,

while playing around with the tablespace stuff I noticed that on can't see
the tablespace a table is in when querying the pg_tables view.
I think the tablespace a table is in is a valuable information and should
be shown there. This also applies to any ohter related view (like
pg_indexes etc.).
I'll try to make a patch if you'd agree that this information is
"missing".

Greetings, Klaus

-- 
Full Name   : Klaus Naumann     | (http://www.mgnet.de/) (Germany)
Phone / FAX : ++49/177/7862964  | E-Mail: (kn@mgnet.de)


pgsql-hackers by date:

Previous
From: sudhakar@ncb.ernet.in (Krishna Sudha)
Date:
Subject: psql: could not create socket:
Next
From: Mike Rylander
Date:
Subject: Re: Nested Transactions, Abort All