Re: views on temp tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: views on temp tables
Дата
Msg-id 17570.1017043445@sss.pgh.pa.us
обсуждение исходный текст
Ответ на views on temp tables  (Neil Conway <nconway@klamath.dyndns.org>)
Ответы Re: views on temp tables  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Neil Conway <nconway@klamath.dyndns.org> writes:
> Currently, PostgreSQL allows this -- when the session ends and the temp
> table is dropped, an subsequent queries on the view fail. Is this the
> optimal behavior?

Well, I think it's better than refusing views on temp tables, as the
spec would have us do.

The "correct" behavior is probably to drop such views on backend exit.
Possibly we should invent the notion of temp views, and disallow
references from non-temp views to temp tables.  That seems like it
might be less likely to cause unpleasant surprises than just silently
dropping views that reference temp tables.

In any case I'd say this is something best tackled in the context of
generalized reference tracking ... which is something we know we need,
but no one's stepped up to make it happen yet.  I don't think this
particular problem is bad enough to warrant a special-purpose
implementation mechanism.
        regards, tom lane


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: SET NULL / SET NOT NULL
Следующее
От: Pete Forman
Дата:
Сообщение: Re: bad performance on irix