Re: [HACKERS] proposal: session server side variables

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [HACKERS] proposal: session server side variables
Дата
Msg-id CAFj8pRBjAnB0Gi4UwGVOkmQd0qq6s7z=6pRMyvS+BXts6isGNQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] proposal: session server side variables  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers


2016-12-15 15:36 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.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




Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] PSQL commands: \quit_if, \quit_unless
Следующее
От: David Fetter
Дата:
Сообщение: Re: [HACKERS] Declarative partitioning vs. sql_inheritance