pg_connection_busy
Get connection is busy or not
&reftitle.description;
boolpg_connection_busy
resourceconnection
pg_connection_busy determines whether or not a connection
is busy. If it is busy, a previous query is still executing.
If pg_get_result is used on the connection, it will be blocked.
&reftitle.parameters;
connection
PostgreSQL database connection resource.
&reftitle.returnvalues;
Returns &true; if the connection is busy, &false; otherwise.
&reftitle.examples;
pg_connection_busy example
]]>
&reftitle.seealso;
pg_connection_status
pg_get_result