pg_consume_input
Reads input on the connection
&reftitle.description;
boolpg_consume_input
PgSql\Connectionconnection
pg_consume_input consumes any input waiting to be read
from the database server.
&reftitle.parameters;
connection
&pgsql.parameter.connection;
&reftitle.returnvalues;
&true; if no error occurred, or &false; if there was an error. Note that
&true; does not necessarily indicate that input was waiting to be read.
&reftitle.changelog;
&Version;
&Description;
&pgsql.changelog.connection-object;