pg_untrace
Disable tracing of a PostgreSQL connection
&reftitle.description;
boolpg_untrace
resourceconnection
Stop tracing started by pg_trace.
&reftitle.parameters;
connection
PostgreSQL database connection resource. When
connection is not present, the default connection
is used. The default connection is the last connection made by
pg_connect or pg_pconnect.
&reftitle.returnvalues;
Always returns &true;.
&reftitle.examples;
pg_untrace example
]]>
&reftitle.seealso;
pg_trace