Re: [EXTERNAL] Re: [PATCH] Support using "all" for the db user in pg_ident.conf
Jelte Fennema-Nio <postgres@jeltef.nl>
From: Jelte Fennema <postgres@jeltef.nl>
To: Michael Paquier <michael@paquier.xyz>
Cc: Pavel Luzanov <p.luzanov@postgrespro.ru>,
Jelte Fennema <Jelte.Fennema@microsoft.com>, "isaac.morland@gmail.com" <isaac.morland@gmail.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>, Nathan Bossart <nathandbossart@gmail.com>,
Andrew Dunstan <andrew@dunslane.net>
Date: 2023-02-15T14:40:26Z
Lists: pgsql-hackers
Attachments
- 0001-Add-example-of-new-pg_ident-username-paterns-to-docs.patch (application/octet-stream) patch 0001
On Wed, 15 Feb 2023 at 08:11, Michael Paquier <michael@paquier.xyz> wrote: > Hmm, I am not sure that adding more examples in the sample files is > worth the duplication with the docs. I think you misunderstood what I meant (because I admittedly didn't write it down clearly). I meant the docs for pg_ident don't include any examples (only descriptions of the new patterns). Attached is a patch that addresses that. > So, please find attached a patch to close the gap the sample files, > for both things, with descriptions of all the field values they can > use. LGTM
Commits
-
Add description for new patterns supported in HBA and ident sample files
- 1b43743f1174 16.0 landed
-
Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf
- efb6f4a4f9b6 16.0 landed
-
Track behavior of \1 in pg_ident.conf when quoted
- 0b717432ff13 16.0 landed
-
Store IdentLine->pg_user as an AuthToken
- 02d3448f4f79 16.0 landed
-
Add tests for regex replacement with \1 in pg_ident.conf to 0003_peer.pl
- e753ae6397fe 16.0 landed
-
Rename some variables related to ident files in hba.{c,h}
- 8607630d74cd 16.0 landed