pg_config
#
The view <structname>pg_config</structname> describes the
compile-time configuration parameters of the currently installed
version of <productname>PostgreSQL</productname>. It is intended, for example, to
be used by software packages that want to interface to
<productname>PostgreSQL</productname> to facilitate finding the required header
files and libraries. It provides the same basic information as the
<xref linkend="app-pgconfig"/> <productname>PostgreSQL</productname> client
application.
pg_config
ビューは、現在インストールされているPostgreSQLのバージョンのコンパイル時設定パラメータを表示します。
例えば、PostgreSQLとインタフェースしたいソフトウェアパッケージによって、要求されるヘッダファイルとライブラリを探す手助けとなるために使用されることが意図されます。
PostgreSQLクライアントアプリケーションであるpg_configと同様な基本的な情報を提供します。
By default, the <structname>pg_config</structname> view can be read
only by superusers.
デフォルトではpg_config
ビューはスーパーユーザだけが読み取りできます。
表52.5 pg_config
の列
Column Type 列 型 Description 説明 |
---|
The parameter name パラメータ名 |
The parameter value パラメータ値 |