pg_get_pid
获取后端的进程 ID
&reftitle.description;
intpg_get_pid
PgSql\Connectionconnection
pg_get_pid 取得后端(数据库服务器进程)的 PID。PID 用来确定通过
pg_get_notify 接收到的 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