Re: Implementation of global temporary tables?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Implementation of global temporary tables?
Дата
Msg-id 20150720091233.GV5520@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Implementation of global temporary tables?  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
Список pgsql-hackers
On 2015-07-20 15:33:32 +1200, Gavin Flower wrote:
> Would it be difficult to add the ability for one user to share the contents
> with a list of named other users (roles)?

No need. That feature is called unlogged tables and grants.

Doing this for temporary tables would be horrible. They live in process
local memory and not shared memory. Because that provides higher
isolation, not even though it does.

Andres



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Implementation of global temporary tables?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY