バージョンごとのドキュメント一覧

54.5. 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ビューはスーパーユーザだけが読み取りできます。

表54.5 pg_configの列

<title><structname>pg_config</structname> Columns</title>

Column Type 列 型

Description 説明

name text

The parameter name パラメータ名

setting text

The parameter value パラメータ値