pgsql: doc: Fix example with database regexp in HBA documentation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix example with database regexp in HBA documentation
Date: 2024-06-05 10:57:38
Message-ID: E1sEoKn-00050L-NH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix example with database regexp in HBA documentation

This HBA entry was using "local" while specifying an address, which was
incorrect. While in it, this adjusts the format of the entry to be
aligned with the surroundings.

Oversight in 8fea86830e1d.

Reported-by: Stéphane Schildknecht
Reviewed-by: David G. Johnston
Discussion: https://postgr.es/m/44662001-54c4-4bfd-be93-35e01ca25fa1@gmail.com
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fbff304c574971d15981a080cea8d5a710b81d4d

Modified Files
--------------
doc/src/sgml/client-auth.sgml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-06-05 18:25:28 pgsql: Move new SLRU buffers GUCs to a better place in postgresql.conf.
Previous Message David Rowley 2024-06-05 09:32:30 pgsql: Fix some grammatical errors in some comments