Re: Implementation of global temporary tables?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Implementation of global temporary tables?
Дата
Msg-id 20150715154404.GL5520@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Implementation of global temporary tables?  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Implementation of global temporary tables?  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
On 2015-07-15 16:36:12 +0100, Simon Riggs wrote:
> On 15 July 2015 at 16:28, Andres Freund <andres@anarazel.de> wrote:
> > I think that's generally a fair point. But here we're discussing to add
> > a fair amount of wrinkles with the copy approach. The fact alone that
> > the oid is different will have some ugly consequences.
> >
> 
> Why? We are creating a local temp table LIKE the global temp table. That is
> already a supported operation. So there is no "different oid".

Then your locking against ALTER, DROP etc. isn't going to work.



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: LWLock deadlock and gdb advice
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Implementation of global temporary tables?