Re: Forbid to DROP temp tables of other sessions
Daniil Davydov <3danissimo@gmail.com>
From: Daniil Davydov <3danissimo@gmail.com>
To: Maxim Orlov <orlovmg@gmail.com>
Cc: "Andrey M. Borodin" <x4mmm@yandex-team.ru>,
Andres Freund <andres@anarazel.de>, Thomas Munro <thomas.munro@gmail.com>,
Rafia Sabih <rafia.pghackers@gmail.com>, Michael Paquier <michael@paquier.xyz>, Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers@postgresql.org
Date: 2025-02-19T06:13:07Z
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 →
-
pg_basebackup: Add missing PQclear in error path
- a19db0827496 18.0 landed
Hi, I'm sorry for the long lull. Considering that it is still important for some users to be able to clean other sessions' temporary directories, I suggest adding a GUC that will allow superuser to do this. We keep only one option - to drop tables, because only this feature works properly in postgres by now. The ability to read and modify other session's temp tables is broken (I mean INSERT, UPDATE, DELETE, SELECT queries) and needs to be disabled. I wrote about broken INSERTs here : https://www.postgresql.org/message-id/CAJDiXgj6TBzn%3D6Ezx7%2B9BNa9HpBitBU%2BMuv-N3mHeN_Zs3NBDw%40mail.gmail.com What do you think about this idea? -- Best regards, Daniil Davydov