pg_get_pid
バックエンドのプロセス ID を得る
&reftitle.description;
intpg_get_pid
PgSql\Connectionconnection
pg_get_pid は、バックエンド(データベースサーバー
のプロセス)のプロセス ID を取得します。プロセス ID は、
NOTIFY メッセージが他のプロセスから送信されている
かどうかを調べるために有用です。
&reftitle.parameters;
connection
&pgsql.parameter.connection;
&reftitle.returnvalues;
バックエンドのデータベースのプロセス ID 。
&reftitle.changelog;
&Version;
&Description;
&pgsql.changelog.connection-object;
&reftitle.examples;
PostgreSQL バックエンドの PID
]]>
&reftitle.seealso;
pg_get_notify