Re: [PATCHES] CREATE TEMP TABLE .... ON COMMIT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] CREATE TEMP TABLE .... ON COMMIT
Дата
Msg-id 5343.1029304350@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] CREATE TEMP TABLE .... ON COMMIT  (Gavin Sherry <swm@linuxworld.com.au>)
Ответы Re: [PATCHES] CREATE TEMP TABLE .... ON COMMIT  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> ... I think I'll bite the bullet and store the ON COMMIT data in the
> system catalogues per SQL99. Thoughts?

Seems like the very hard way, considering that there's no reason at all
for the ON COMMIT status to survive a given backend run.  I'd certainly
vote against adding pg_class columns for it, if that's what you had
in mind.

I don't much like reintroducing the backend-local list of temp tables
that existed in earlier releases, but maybe that's the best way to
handle this feature.  Anyone see a better way?

> ... I would like to get this into 7.3, along with all the other
> patches or features I've put my hand up for. What will be the
> effective cut off for patches of this nature given 7.3 beta at the end
> of the month.

End of the month of course ... but I will say that the standards are
going to rise as we get closer to the end.  Patches submitted in the
last week or so had better be right the first time.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: FUNC_MAX_ARGS benchmarks
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Temporary Views