Re: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i
Дата
Msg-id 6394.993251860@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [GENERAL] [Help] Temporary Table: Implicitely created index not shown in \d i