Fwd: Schema variables - new implementation for Postgres 15
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-12-27T07:45:06Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Allow underscores in integer and numeric constants.
- faff8f8e47f1 16.0 cited
-
Remove special outfuncs/readfuncs handling of RangeVar.catalogname.
- 3cece34be842 16.0 cited
-
Remove extra space from dumped ALTER DEFAULT PRIVILEGES.
- 2af33369e794 16.0 cited
-
Create FKs properly when attaching table as partition
- b0284bfb1db5 16.0 cited
-
psql: improve tab-complete's handling of variant SQL names.
- 02b8048ba5dc 15.0 cited
Attachments
- 0002-Column-doesn-t-exists-message-20211227.patch (application/x-patch) patch 0002
- 0001-session-variables-20211227.patch (application/x-patch) patch 0001
---------- 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