Re: Why lots of temp schemas are being created

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why lots of temp schemas are being created
Дата
Msg-id 13976.1265243064@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Why lots of temp schemas are being created  (Walter Coole <WCoole@aperiogroup.com>)
Список pgsql-general
Walter Coole <WCoole@aperiogroup.com> writes:
> I've gotten a lot of similar schemas, like:
> CREATE SCHEMA pg_toast_temp_1
>   AUTHORIZATION postgres;

These schemas are automatically created to hold temporary tables.  There
is not a lot of point in removing them, because they'll just reappear
next time you have a lot of sessions creating temp tables.

You might want to pester the pgAdmin folk to add an option to ignore
them in pgAdmin's displays.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Why lots of temp schemas are being created
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Why lots of temp schemas are being created