Update pg_tables, pg_indexes views to show tablespace name?

From: Klaus Naumann <kn(at)mgnet(dot)de>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Update pg_tables, pg_indexes views to show tablespace name?
Date: 2004-07-08 17:40:57
Message-ID: Pine.LNX.4.58.0407081937240.5466@spock.intra.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

while playing around with the tablespace stuff I noticed that one 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(at)mgnet(dot)de)

Browse pgsql-hackers by date

  From Date Subject
Next Message Ted Kremenek 2004-07-08 17:50:48 Re: [CHECKER] 4 memory leaks in Postgresql 7.4.2
Previous Message Josh Berkus 2004-07-08 17:40:36 Re: Nested Transactions, Abort All