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-15 14:36:06
Message-ID: CAFj8pRA9w_AujBAYdLR0UVfXwwoxhmn+FbNHnD3_NL=J9x3y8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

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-concept-03.patch text/x-patch 81.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2016-12-15 15:17:24 Re: Transaction oddity with list partition of a list partition
Previous Message Petr Jelinek 2016-12-15 14:06:59 Re: Logical Replication WIP