select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

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

ColumnTypeDescription / reference
setdatabaseoidThe OID of the database the setting is applicable to, or zero if not database-specific
pg_database.oid
setroleoidThe OID of the role the setting is applicable to, or zero if not role-specific
pg_authid.oid
setconfigtext[]Defaults for run-time configuration variables
Column history across versions

Definition snapshot: english-manuals:6036a610183b1adbe19224921e9… · English manual source