UNLOGGED tables in psql \d

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема UNLOGGED tables in psql \d
Дата
Msg-id AANLkTi=d1hy-h8VMWTh0tamvb76uoeXZiKWqkquLTJ8D@mail.gmail.com
обсуждение исходный текст
Ответы Re: UNLOGGED tables in psql \d  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
Список pgsql-hackers
psql \d(+) doesn't show any information about UNLOGGED and TEMP attributes
for the table. So, we cannot know the table is unlogged or not unless
we directly select from pg_class.relpersistence.  Is this a TODO item?

The same issue is in TEMP tables, but we can determine them by their
schema; they are always created in pg_temp_N schema.

-- 
Itagaki Takahiro


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dan Ports
Дата:
Сообщение: Re: SSI bug?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: validating foreign tables