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ビューはスーパーユーザだけが読み取りできます。
  
表53.6 pg_configの列
| Column Type 列 型 Description 説明 | 
|---|
| 
        The parameter name パラメータ名 | 
| 
        The parameter value パラメータ値 |