From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Fwd: Schema variables - new implementation for Postgres 15 |
Date: | 2021-12-27 07:45:06 |
Message-ID: | CAFj8pRBP5WqnKGvfj7JUXnJzxfbz1Y8TvWTmiKB42+SkVgMSog@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
---------- Forwarded message ---------
Od: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Date: po 27. 12. 2021 v 5:30
Subject: Re: Schema variables - new implementation for Postgres 15
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Hi
ne 26. 12. 2021 v 15:43 odesílatel Justin Pryzby <pryzby(at)telsasoft(dot)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
Attachment | Content-Type | Size |
---|---|---|
0002-Column-doesn-t-exists-message-20211227.patch | application/x-patch | 25.3 KB |
0001-session-variables-20211227.patch | application/x-patch | 306.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Teodor Sigaev | 2021-12-27 07:51:42 | CREATE TABLE ( .. STORAGE ..) |
Previous Message | kuroda.hayato@fujitsu.com | 2021-12-27 06:19:10 | RE: Allow escape in application_name |