Catalogs: pg_settings
49.73. pg_settings
The view pg_settings
provides access to run-time parameters of the server. It is essentially an alternative interface to the SHOW and SET commands. It also provides access to some facts about each parameter that are not directly available from SHOW
, such as minimum and maximum values.
Table 49-74. pg_settings
Columns
Name | Type | Description |
---|---|---|
name | text | Run-time configuration parameter name |
setting | text | Current value of the parameter |