(PHP4 >= 4.0.1)
bool pg_untrace ([int connection])
bool pg_untrace
Stop tracing started by pg_trace(). connection specifies the connection that was traced and defaults to the last one opened.
Returns always TRUE.
See also pg_trace().