pg_ident_file_mappings
A system catalogue view providing a summary of the contents of pg_ident.conf
pg_ident_file_mappings
is a system catalogue view providing a summary of the contents of pg_ident.conf
.
pg_ident_file_mappings
was added in PostgreSQL 15.
Definition by PostgreSQL version
pg_ident_file_mappings (PostgreSQL 16)
View "pg_catalog.pg_ident_file_mappings" Column | Type | Collation | Nullable | Default -------------+---------+-----------+----------+--------- line_number | integer | | | map_name | text | | | sys_name | text | | | pg_username | text | | | error | text | | |
Documentation: pg_ident_file_mappings
pg_ident_file_mappings (PostgreSQL 15)
View "pg_catalog.pg_ident_file_mappings" Column | Type | Collation | Nullable | Default -------------+---------+-----------+----------+--------- line_number | integer | | | map_name | text | | | sys_name | text | | | pg_username | text | | | error | text | | |
Documentation: pg_ident_file_mappings
Change history
- PostgreSQL 15
- added (commit a2c84990)
References
- PostgreSQL 15 documentation: pg_ident_file_mappings
Categories
See also
pg_ident.conf, ident_conf, pg_hba_file_rules