Re: proposal: session server side variables

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: session server side variables
Date: 2016-12-16 19:30:11
Message-ID: CAFj8pRBjAnB0Gi4UwGVOkmQd0qq6s7z=6pRMyvS+BXts6isGNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2016-12-15 15:36 GMT+01:00 Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>:

> Hi
>
> Most important features:
>>>
>>> 1. the values are stored in native types
>>> 2. access to content is protected by ACL - like the content of tables
>>> 3. the content is not MVCC based - no any cost of UPDATE
>>> 4. simple API allows access to content of variables from any supported
>>> environment.
>>>
>>
>> next update - setattr, getattr functions are working now
>>
>
> new update - rebased after partitioning patch
>

next update - with some initial doc

Regards

Pavel

>
> Regards
>
> Pavel
>
>
>>
>> notes, comments?
>>
>> Regards
>>
>> Pavel
>>
>>
>>>
>>> Regards
>>>
>>> Pavel
>>>
>>>
>>>> --
>>>> Craig Ringer http://www.2ndQuadrant.com/
>>>> PostgreSQL Development, 24x7 Support, Training & Services
>>>>
>>>
>>>
>>
>

Attachment Content-Type Size
secure-typed-session-variables-04.patch text/x-patch 90.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2016-12-16 19:34:41 Re: Declarative partitioning vs. sql_inheritance
Previous Message Pavel Stehule 2016-12-16 17:40:29 Re: PSQL commands: \quit_if, \quit_unless