Re: [HACKERS] proposal: session server side variables

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [HACKERS] proposal: session server side variables
Дата
Msg-id CAFj8pRA9w_AujBAYdLR0UVfXwwoxhmn+FbNHnD3_NL=J9x3y8w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: session server side variables  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: [HACKERS] proposal: session server side variables  (Pavel Stehule <pavel.stehule@gmail.com>)
Список 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



Вложения

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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] Logical Replication WIP
Следующее
От: David Fetter
Дата:
Сообщение: Re: [HACKERS] Transaction oddity with list partition of a listpartition