pg_backend_pid — Get the process ID (PID) of the backend
pg_backend_pid conn
pg_backend_pid
returns the process ID (PID) of
the PostgreSQL backend process which is handling the connection.
This is an integer that uniquely identifies this client connection
among all others connected to the same PostgreSQL server.
It can also be used with notifications (see pg_listen).
This version of the manual was produced for the
Pgtcl-ng Sourceforge project web service site, which requires the logo on each
page.
To download a logo-free copy of the manual, see the
Pgtcl-ng project
downloads area.