PostgreSQL
51.68. pg_config
The view pg_config
describes the compile-time configuration parameters of the currently installed version of PostgreSQL. It is intended, for example, to be used by software packages that want to interface to PostgreSQL to facilitate finding the required header files and libraries. It provides the same basic information as the pg_config PostgreSQL client application.
By default, the pg_config
view can be read only by superusers.
Table 51.69. pg_config
Columns
Name | Type | Description |
---|---|---|
|
|
The parameter name |
|
|
The parameter value |
+
Prev | Up | Next |
---|---|---|
51.67. |
51.69. |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2023 The PostgreSQL Global Development Group