Re: GLOBAL vs LOCAL temp tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GLOBAL vs LOCAL temp tables
Дата
Msg-id 10414.1050445036@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GLOBAL vs LOCAL temp tables  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: GLOBAL vs LOCAL temp tables
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> What I am wondering now is if we should flip the logic to reject CREATE
>> LOCAL TEMP TABLE?  Or should we just silently accept both?  I'm leaning
>> towards the latter, on the grounds of backward compatibility.

> Well, since we don't support modules, I think we should allow LOCAL.  If
> we had modules, we should reject it.

Huh?  If we had modules, we'd probably actually implement it.

If you want to look ahead that far, the question is whether rejecting
LOCAL or treating it as a noise word, today, will provide the easiest
update path to full support for module-LOCAL temp tables.
        regards, tom lane



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

Предыдущее
От: "Ron Mayer"
Дата:
Сообщение: Re: Are we losing momentum?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: GLOBAL vs LOCAL temp tables