50.68. pg_config
В представлении pg_config описываются конфигурационные параметры времени компиляции для текущей установленной версии Postgres Pro. Оно предназначено, например, для программных средств, которым может потребоваться узнать у Postgres Pro расположение требуемых заголовочных файлов и библиотек. Оно выдаёт ту же базовую информацию, что и клиентская утилита Postgres Pro pg_config.
По умолчанию представление pg_config доступно только суперпользователям и только для чтения.
Таблица 50.69. Столбцы pg_config
| Name | Тип | Описание |
|---|---|---|
name | text | Имя параметра |
setting | text | Значение параметра |
50.68. pg_config
The view pg_config describes the compile-time configuration parameters of the currently installed version of Postgres Pro. It is intended, for example, to be used by software packages that want to interface to Postgres Pro to facilitate finding the required header files and libraries. It provides the same basic information as the pg_config Postgres Pro client application.
By default, the pg_config view can be read only by superusers.
Table 50.69. pg_config Columns
| Name | Type | Description |
|---|---|---|
name | text | The parameter name |
setting | text | The parameter value |