Re: Forbid to DROP temp tables of other sessions
Daniil Davydov <3danissimo@gmail.com>
From: Daniil Davydov <3danissimo@gmail.com>
To: Rafia Sabih <rafia.pghackers@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers@postgresql.org
Date: 2024-11-14T08:55:41Z
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
Attachments
- 0001-Add-fixes-so-now-we-cannot-access-to-temporary-table.patch (text/x-patch) patch 0001
On Wed, Oct 30, 2024 at 7:32 PM Rafia Sabih <rafia.pghackers@gmail.com> wrote: > Good catch. I agree with this being an unwarranted behaviour. > A minor comment from my end is the wording of the error message. > Based on the Postgresql error message style huide, something like this could be better, > "could not access temporary relations of other sessions". > -- > Regards, > Rafia Sabih > CYBERTEC PostgreSQL International GmbH > Thanks for your comment. I attach a patch with a fixed error message. Also you can find it in commit fest (https://commitfest.postgresql.org/51/5379/) -- Best Regards, Daniil Davydov