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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add description for new patterns supported in HBA and ident samp
Дата
Msg-id E1pSQRY-001KjL-DV@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Don't rely on uninitialized value in MERGE / DELETE
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Add a new wait state and use it when sending data in the apply w