Re: idea: global temp tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: idea: global temp tables
Дата
Msg-id 200904291333.34205.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: idea: global temp tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: idea: global temp tables  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
On Tuesday 28 April 2009 19:38:25 Tom Lane wrote:
> One thing I just noticed is that the spec does not consider GLOBAL/LOCAL
> to be optional --- per spec you *must* write one or the other in front
> of TEMPORARY.  So we could adopt the view that omitting this keyword
> implies our current non-spec behavior (which is far too useful to give
> up, spec compliance or no) while writing one or the other selects the
> spec behavior.  However, if we're going to do that then we should start
> throwing warnings for use of the keywords, preferably before the release
> in which they actually start doing something different.

There are actually two orthogonal properties at work here: How the table is 
visible with respect to modules (LOCAL/GLOBAL) and whether the table 
disappears at the end of the session (currently yes, proposed new behavior 
optionally no).  We should have two separate settings for these.

On the matter of LOCAL/GLOBAL, I think the correct thing to do is to reject 
LOCAL and accept GLOBAL as equivalent to the default.

And then invent a separate setting, say EPHEMERAL/PERSISTENT that controls the 
behavior that Pavel requested.



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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: idea: global temp tables
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: idea: global temp tables