pg_conndefaults

Name

pg_conndefaults -- obtain information about default connection parameters -- デフォルトの接続パラメータについての情報を入手します。

Synopsis

pg_conndefaults

入力

None.

なし。

出力

オプションのリスト

The result is a list describing the possible connection options and their current default values. Each entry in the list is a sublist of the format:

結果は、設定可能な接続オプションとその現在のデフォルト値を示す リストです。リスト内の各エントリは、次の形式の副リストになって います。

{optname label dispchar dispsize value}

where the optname is usable as an option in pg_connect -conninfo.

ここで、optname は pg_connect -conninfo 内 のオプションとしても使用できます。

説明

pg_conndefaults returns info about the connection options available in pg_connect -conninfo and the current default value for each option.

pg_conndefaults は、 pg_connect -conninfo で使用可能な接続オプ ションに関する情報と、各オプションについて現在のデフォルト値を 返します。

使用方法

pg_conndefaults