DESCRIPTION¶
Return the number of pending queries for the connection on the given object obj
(default is the current object). If the object has no database connection, return -1.
The function is available only if the driver is compiled with PostgreSQL support. In that case, __PGSQL__
is defined.
The efun triggers a privilege violation (“pgsql”, “pg_pending”).
HISTORY¶
- introduced (3.3.445)
- changed (3.3.640) – added the privilege violation.