環境変数

152) The following environment variables can be used to select default connection parameter values, which will be used by PQconnectdb or PQsetdbLogin if no value is directly specified by the calling code. These are useful to avoid hard-coding database names into simple application programs.

以下の環境変数は,プログラムが PQconnection または PQsetdbLogin の接続 パラメータの値を明確に指定しなかった場合,接続パラメータのデフォルト 値として使われます. 簡単なアプリケーションプログラムでシステム既定値以外のデータベース名を 選ぶのに便利です.

161) The following environment variables can be used to specify user-level default behavior for every Postgres session:

以下の環境変数は個々の Postgres とのセッションにおける,ユーザレベルの デフォルト動作を指定するのに使います.

164) The following environment variables can be used to specify default internal behavior for every Postgres session:

以下の環境変数は個々の Postgres とのセッションにおける, デフォルトの内部動作を指定するのに使います.

169) Refer to the SET SQL command for information on correct values for these environment variables.

これらの環境変数に対する正しい設定値に関しては SQLSET コマンドを参照してください.