Re: [EXTERNAL] Re: [PATCH] Support using "all" for the db user in pg_ident.conf
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Pavel Luzanov <p.luzanov@postgrespro.ru>
Cc: Jelte Fennema <postgres@jeltef.nl>, 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-15T10:25:59Z
Lists: pgsql-hackers
On Wed, Feb 15, 2023 at 01:05:04PM +0300, Pavel Luzanov wrote: > On 15.02.2023 10:11, Michael Paquier wrote: >> Which comes down to blame me for both of them. > > My only intention was to make postgres better.I'm sorry you took it that > way. You have no need to feel sorry about that. I really appreciate that you took the time to report this issue, so don't worry. My point is that I have committed this code, so basically it is my responsibility to take care of its maintenance. >> 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. > > A short and precise description. Nothing to add.Next time I will try to > offer a patch at once. If you have a proposal of patch, that's always nice to have, but you should not feel obliged to do so, either. Thanks a lot for the report, Pavel! -- Michael
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