Re: contrib mode - pgenv

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: contrib mode - pgenv
Дата
Msg-id Pine.LNX.4.44.0309211456280.2761-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: contrib mode - pgenv  (Mike Mascari <mascarm@mascari.com>)
Ответы Re: contrib mode - pgenv
Список pgsql-patches
Mike Mascari writes:

> Well, I basically implemented it as a result of this thread:
>
> http://archives.postgresql.org/pgsql-general/2003-09/msg01347.php

We've rejected session variables many times before because they duplicate
temporary tables.  I don't see anything new added by this proposal.

> But I can imagine people doing something like this:

This is how temporary tables would operate if they followed the SQL
standard.  (That is, the temporary table structure is persistent but the
contents are deleted at the end of the session.  See compatibility section
of CREATE TABLE reference page.)  Perhaps implementing that would satisfy
your needs.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: contrib mode - pgenv
Следующее
От: Tom Lane
Дата:
Сообщение: Re: contrib mode - pgenv