Re: Sharing data between stored functions?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Igor Neyman <ineyman(at)perceptron(dot)com>, inspector morse <inspectormorse86(at)gmail(dot)com>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Sharing data between stored functions?
Date: 2015-03-05 19:06:58
Message-ID: 54F8A952.5060805@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/05/2015 11:01 AM, Igor Neyman wrote:
>
>
>>> Sorry, my reply was based on (old) Oracle knowledge.
>>> Now, I'm wondering too, why PG didn't implement such basic (at least to
>> me) feature.
>>
>> Per my previous post, see:
>>
>> http://www.postgresql.org/docs/9.4/interactive/sql-createtable.html
>>
>> Compatibility
>>
>> The CREATE TABLE command conforms to the SQL standard, with exceptions
>> listed below.
>>
>> Temporary Tables
>> ....
>>>
>>> Regards,
>>> Igor Neyman
>>>
>> --
>> Adrian Klaver
>> adrian(dot)klaver(at)aklaver(dot)com
>
>
> m.b. I'm missing something, but this quote from docs doesn't explain "why", it just states that feature is not implemented.

"The SQL standard also distinguishes between global and local temporary
tables, where a local temporary table has a separate set of contents for
each SQL module within each session, though its definition is still
shared across sessions. Since PostgreSQL does not support SQL modules,
this distinction is not relevant in PostgreSQL.
"

>
> Regards,
> Igor Neyman
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message wambacher 2015-03-05 19:11:43 Re: autovacuum worker running amok - and me too ;)
Previous Message Adrian Klaver 2015-03-05 19:05:34 Re: Sharing data between stored functions?