Re: Show tablespace name in pg_tables and pg_indexes - Mailing list pgsql-patches

From Klaus Naumann
Subject Re: Show tablespace name in pg_tables and pg_indexes
Date
Msg-id Pine.LNX.4.58.0407121550510.5466@spock.intra.net
Whole thread Raw
In response to Show tablespace name in pg_tables and pg_indexes  (Klaus Naumann <kn@mgnet.de>)
Responses Re: Show tablespace name in pg_tables and pg_indexes  (Klaus Naumann <kn@mgnet.de>)
Re: Show tablespace name in pg_tables and pg_indexes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Show tablespace name in pg_tables and pg_indexes  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On Mon, 12 Jul 2004, Klaus Naumann wrote:

Hi,

sorry, the last patch is buggy which didn't show up in the tests :(
Two LEFTs were missing - new patch is attached.

Greetings, Klaus


>
> 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@mgnet.de)

Attachment

pgsql-patches by date:

Previous
From: Klaus Naumann
Date:
Subject: Show tablespace name in pg_tables and pg_indexes
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCH] fix libpq mutex initialization for multithreaded