Re: Minor update on pg_hba documentation
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: SAS <sas.postgresql@gmail.com>, pgsql-bugs@lists.postgresql.org
Date: 2024-06-05T06:33:02Z
Lists: pgsql-bugs
On Tue, Jun 04, 2024 at 08:30:30PM -0700, David G. Johnston wrote: > On Tue, Jun 4, 2024 at 8:22 AM SAS <sas.postgresql@gmail.com> wrote: > > > In the example for the regex on database name, the TYPE is "local" and > > contains the word "localhost" for ADDRESS. Shouldn't it be omitted ? > > > I'd suggest changing local to host and leave the address alone. Having a > local example at that spot seems odd since everything around it is host and > the text ties them together. My fault on this one. My intention was likely to use "host". I'll go fix it this way. Nice catch. -- Michael
Commits
-
doc: Fix example with database regexp in HBA documentation
- 75714e7cae82 16.4 landed
- fbff304c5749 17.0 landed