Re: Temporary tables and miscellaneous schemas

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Temporary tables and miscellaneous schemas
Дата
Msg-id 28722.1066075974@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Temporary tables and miscellaneous schemas  (Sean Chittenden <sean@chittenden.org>)
Ответы Re: Temporary tables and miscellaneous schemas
Список pgsql-general
Sean Chittenden <sean@chittenden.org> writes:
> Why wouldn't you want to hide pg_temp_*?

So you could see your own temp tables, for instance.

I dislike putting random restrictions on what the \d displays will show.
We have done this in the past (eg, \df doesn't show things it thinks are
I/O functions) and by and large it's been a mistake; I think it's
created more confusion than it's prevented.

I certainly don't think there is any justification for exposing pg_toast
if we are going to hide other "system" schemas.  There is no normal
reason for needing to access toast tables directly, and it's only an
implementation artifact that they have names at all.

            regards, tom lane

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

Предыдущее
От: Sean Chittenden
Дата:
Сообщение: Re: Temporary tables and miscellaneous schemas
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: Temporary tables and miscellaneous schemas