Re: proposal: schema PL session variables - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: proposal: schema PL session variables
Date
Msg-id CAKFQuwbh+YBuyP_cUfw2dnLVqDD5djkEjg4BcwNhZNEReXAzWw@mail.gmail.com
Whole thread Raw
In response to Re: proposal: schema PL session variables  (Corey Huinker <corey.huinker@gmail.com>)
Responses Re: proposal: schema PL session variables
Re: proposal: schema PL session variables
List pgsql-hackers
On Tue, Feb 9, 2016 at 11:32 AM, Corey Huinker <corey.huinker@gmail.com> wrote:

Oh, and I suggest we call them SESSION variables rather than SCHEMA variables, to reinforce the idea of how long the values in the variables live. A session variable is in a sense a 1x1 temp table, whose definition persists across sessions but whose value does not.

Of course, if they do persist across sessions, then yeah, SCHEMA makes more sense. But every package variable in Oracle PL/SQL was initialized when the package was first loaded into the session.


​The key distinction for SCHEMA was that all functions in the schema would be able to see them (and only those in the schema).

I am a bit partial, with little deep thought, to the IMPORT mechanic.  Changing them to actual session variables would be doable and you could allow for the IMPORT specification to use search_path or explicit means to locate said variables regardless of which schema​
 
​they exist in.

However, part of the goal is to blend into the broader database community and thus increase porting capabilities.  I'm not sure how well this would help fulfill that goal.

David J.

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Multi-tenancy with RLS
Next
From: Joe Conway
Date:
Subject: Re: Multi-tenancy with RLS