Re: SYSTEM_USER reserved word implementation
Drouvot, Bertrand <bdrouvot@amazon.com>
From: "Drouvot, Bertrand" <bdrouvot@amazon.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>, Jacob Champion <jchampion@timescale.com>, Tom Lane <tgl@sss.pgh.pa.us>, Joe Conway <mail@joeconway.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-12T13:31:45Z
Lists: pgsql-hackers
Attachments
- v2-0004-system_user-implementation.patch (text/plain) patch v2-0004
Hi, On 6/28/22 9:18 AM, Drouvot, Bertrand wrote: > > Attached new version to fix it as suggested. > Just to update current and new readers (if any) of this thread. It has been agreed that the work on this patch is on hold until the ClientConnectionInfo related work is finished (see the discussion in [1]). Having said that I'm attaching a new patch "v2-0004-system_user-implementation.patch" for the SYSTEM_USER. This new patch currently does not apply on master (so the CF bot will fail and this is expected) but does currently apply on top of "v2-0001-Allow-parallel-workers-to-read-authn_id.patch" provided in [1]. The reason of it, is that it helps the testing for [1]. [1]: https://commitfest.postgresql.org/39/3563/ Regards, -- Bertrand Drouvot Amazon Web Services: https://aws.amazon.com
Commits
-
Introduce SYSTEM_USER
- 0823d061b0b7 16.0 landed
-
Add some information about authenticated identity via log_connections
- 9afffcb833d3 14.0 cited