Show tablespace name in pg_tables and pg_indexes

From: Klaus Naumann <kn(at)mgnet(dot)de>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Show tablespace name in pg_tables and pg_indexes
Date: 2004-07-12 13:18:48
Message-ID: Pine.LNX.4.58.0407121516550.5466@spock.intra.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Hi,

the attached patch shows the new column "tablespace" in the mentioned
views.
Apply with

~/pgsql$ patch -p1 < 03_showtblspc.diff

Greetings, Klaus

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

Attachment Content-Type Size
03_showtblspc.diff text/plain 1.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Klaus Naumann 2004-07-12 13:52:00 Re: Show tablespace name in pg_tables and pg_indexes
Previous Message Fabien COELHO 2004-07-12 08:21:57 Re: build infrastructure for extensions v3