pgsql: Add description for new patterns supported in HBA and ident samp

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add description for new patterns supported in HBA and ident samp
Date: 2023-02-15 22:40:05
Message-ID: E1pSQRY-001KjL-DV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add description for new patterns supported in HBA and ident sample files

Support for regexps in database and role entries for pg_hba.conf has
been added in 8fea8683, and efb6f4a has extended support of pg-user in
pg_ident.conf, still both of them have missed a short description about
the new patterns supported in their respective sample files.

This commit closes the gap, by providing a short description of all the
new features supported for each entry type.

Reported-by: Pavel Luzanov
Reviewed-by: Jelte Fennema, Pavel Luzanov
Discussion: https://postgr.es/m/e495112d-8741-e651-64a2-ecb5728f1a56@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1b43743f1174a5b98f77c8090a89d829c2874441

Modified Files
--------------
src/backend/libpq/pg_hba.conf.sample | 17 +++++++++--------
src/backend/libpq/pg_ident.conf.sample | 4 ++++
2 files changed, 13 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2023-02-16 02:29:12 pgsql: Add a new wait state and use it when sending data in the apply w
Previous Message Alvaro Herrera 2023-02-15 19:38:41 pgsql: Don't rely on uninitialized value in MERGE / DELETE