Fwd: Schema variables - new implementation for Postgres 15

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Fwd: Schema variables - new implementation for Postgres 15
Дата
Msg-id CAFj8pRBP5WqnKGvfj7JUXnJzxfbz1Y8TvWTmiKB42+SkVgMSog@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Schema variables - new implementation for Postgres 15  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers


---------- Forwarded message ---------
Od: Pavel Stehule <pavel.stehule@gmail.com>
Date: po 27. 12. 2021 v 5:30
Subject: Re: Schema variables - new implementation for Postgres 15
To: Justin Pryzby <pryzby@telsasoft.com>


Hi

ne 26. 12. 2021 v 15:43 odesílatel Justin Pryzby <pryzby@telsasoft.com> napsal:
> > Maybe "session variable" should be added to the glossary.
>
> done

+     A persistent database object that holds an value in session memory.
+     This memory is not shared across sessions, and after session end, this
+     memory (the value) is released. The access (read or write) to session variables
+     is controlled by access rigths similary to other database object access rigts.

an value => a value
rigths => rights
rigts => rights

fixed

Regards

Pavel
Вложения

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

Предыдущее
От: "kuroda.hayato@fujitsu.com"
Дата:
Сообщение: RE: Allow escape in application_name
Следующее
От: Teodor Sigaev
Дата:
Сообщение: CREATE TABLE ( .. STORAGE ..)