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.
| 
        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.  | 
     
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.