SYSTEM CATALOGS / SYSTEM CATALOGS
pg_db_role_setting
Read PG 18 manual ↗The catalog pg_db_role_setting records the default values that have been set for run-time configuration variables, for each role and database combination.
- Kind
- System catalogs
- Columns in this snapshot
- 3
- Definition source
- English manual
Columns 3
| Column | Type | Description / reference |
|---|---|---|
setdatabase | oid | The OID of the database the setting is applicable to, or zero if not database-specific pg_database.oid |
setrole | oid | The OID of the role the setting is applicable to, or zero if not role-specific pg_authid.oid |
setconfig | text[] | Defaults for run-time configuration variables |
Column history across versions
Definition snapshot: english-manuals:6036a610183b1adbe19224921e9… · English manual source