]> begriffs open source - ai-pg/blob - full-docs/txt/view-pg-config.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / view-pg-config.txt
1
2 53.6. pg_config #
3
4    The view pg_config describes the compile-time configuration parameters
5    of the currently installed version of PostgreSQL. It is intended, for
6    example, to be used by software packages that want to interface to
7    PostgreSQL to facilitate finding the required header files and
8    libraries. It provides the same basic information as the pg_config
9    PostgreSQL client application.
10
11    By default, the pg_config view can be read only by superusers.
12
13    Table 53.6. pg_config Columns
14
15    Column Type
16
17    Description
18
19    name text
20
21    The parameter name
22
23    setting text
24
25    The parameter value