Re: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i - Mailing list pgsql-patches

From Tom Lane
Subject Re: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i
Date
Msg-id 6394.993251860@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>     test=> \d
>     No relations found.
>     test=> \di
>     No relations found.
>     test=> \dS
>               List of relations
>           Name      |   Type   |  Owner
>     ----------------+----------+----------
>     ...
>      pg_temp_5396_0 | sequence | postgres
>      pg_temp_5396_1 | table    | postgres

Hm.  Shouldn't psql's \dS ignore temp items, since \d and \di do?
Otherwise this looks pretty good...

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i
Next
From: Tom Lane
Date:
Subject: Re: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i