SYSTEM CATALOGS / SYSTEM VIEWS
pg_ident_file_mappings
Read PG 18 manual ↗The view pg_ident_file_mappings provides a summary of the contents of the client user name mapping configuration file, pg_ident.conf.
- Kind
- System views
- Columns in this snapshot
- 7
- Definition source
- English manual
Columns 7
| Column | Type | Description / reference |
|---|---|---|
map_number | int4 | Number of this map, in priority order, if valid, otherwise NULL |
file_name | text | Name of the file containing this map |
line_number | int4 | Line number of this map in file_name |
map_name | text | Name of the map |
sys_name | text | Detected user name of the client |
pg_username | text | Requested PostgreSQL user name |
error | text | If not NULL, an error message indicating why this line could not be processed |
Column history across versions
Version history 2
- PG 15 → 16changed
- PG 14 → 15added
Definition snapshot: english-manuals:f637760bc3b59486b8eff5ace31… · English manual source