Add system view pg_ident_file_mappings
authorMichael Paquier <[email protected]>
Tue, 29 Mar 2022 01:15:48 +0000 (10:15 +0900)
committerMichael Paquier <[email protected]>
Tue, 29 Mar 2022 01:15:48 +0000 (10:15 +0900)
commita2c84990bea7beadb599d02328190e2a763dcb86
tree9ae2c552d668a4e4781ae0fac25a5a1ff29d5e17
parent091a971bb59ca9751f32a4aa5aee969c5a915754
Add system view pg_ident_file_mappings

This view is similar to pg_hba_file_rules view, except that it is
associated with the parsing of pg_ident.conf.  Similarly to its cousin,
this view is useful to check via SQL if changes planned in pg_ident.conf
would work upon reload or restart, or to diagnose a previous failure.

Bumps catalog version.

Author: Julien Rouhaud
Reviewed-by: Aleksander Alekseev, Michael Paquier
Discussion: https://postgr.es/m/20220223045959.35ipdsvbxcstrhya@jrouhaud
12 files changed:
doc/src/sgml/catalogs.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/func.sgml
src/backend/catalog/system_views.sql
src/backend/libpq/hba.c
src/backend/utils/adt/hbafuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat
src/include/libpq/hba.h
src/test/regress/expected/rules.out
src/test/regress/expected/sysviews.out
src/test/regress/sql/sysviews.sql