Files
doc-exports/docs/dws/dev/dws_04_0583.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

3.8 KiB

PG_DB_ROLE_SETTING

PG_DB_ROLE_SETTING records the default values of configuration items bonded to each role and database when the database is running.

Table 1 PG_DB_ROLE_SETTING columns

Column

Type

Description

setdatabase

OID

Database corresponding to the configuration items; the value is 0 if the database is not specified.

setrole

OID

Role corresponding to the configuration items; the value is 0 if the role is not specified.

setconfig

text[]

Default value of configuration items when the database is running.