Re: contrib mode - pgenv - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: contrib mode - pgenv
Date
Msg-id Pine.LNX.4.44.0309211456280.2761-100000@peter.localdomain
Whole thread Raw
In response to Re: contrib mode - pgenv  (Mike Mascari <mascarm@mascari.com>)
Responses Re: contrib mode - pgenv  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Mike Mascari
Date:
Subject: Re: contrib mode - pgenv
Next
From: Tom Lane
Date:
Subject: Re: contrib mode - pgenv