Question about TEMP tables

Поиск
Список
Период
Сортировка
От Воронин Дмитрий
Тема Question about TEMP tables
Дата
Msg-id 8681021426511686@web14g.yandex.ru
обсуждение исходный текст
Список pgsql-hackers
Hello, all.

We can create temp namespaces and temp objects that contains it. So, for example, temp table will be create at
pg_temp_N(N - backendID). But afrer cluster init we have pg_temp_1 and pg_toast_temp_1 namespaces with OIDs 11333 and
11334.Those namespaces are visible from any cluster database, but we cannot create any temp objects (please, correct
me).

So, how can we use those namespaces and what are needed for?
Thank you.
-- 
Best regards, Dmitry Voronin



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

Предыдущее
От: Adam Brightwell
Дата:
Сообщение: Re: One question about security label command
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Add LINE: hint when schemaname.typename is a non-existent schema