Re: what causes new temp schemas to be created

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: what causes new temp schemas to be created
Дата
Msg-id CAKFQuwbd8FzBYBKSvjZ8fGq+AU=r+OCXTKoyyO-qandwtA8huQ@mail.gmail.com
обсуждение исходный текст
Ответ на what causes new temp schemas to be created  (Ted Toth <txtoth@gmail.com>)
Ответы Re: what causes new temp schemas to be created  (Ron <ronljohnsonjr@gmail.com>)
Re: what causes new temp schemas to be created  (Ted Toth <txtoth@gmail.com>)
Список pgsql-general
On Mon, Jul 10, 2023 at 7:18 AM Ted Toth <txtoth@gmail.com> wrote:
When a temp table is created I see a pg_temp_NNN (for example
pg_temp_3, pg_toast_temp_3) schemas created when/why are additional
temp schemas created( pg_temp_4/pg_toast_temp_4)?


Temporary schemas are isolated to the session they are created in.  Hence, you get multiple temporary schemas if you have concurrent sessions using temporary objects.

David J.

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

Предыдущее
От: Ted Toth
Дата:
Сообщение: what causes new temp schemas to be created
Следующее
От: Ron
Дата:
Сообщение: Re: what causes new temp schemas to be created