View Single Post

   
  #1 (permalink)  
Old 05-10-2008, 03:06 PM
Mary Anderson
 
Posts: n/a
Default Is there a trace facility for postgres/php?

Hi all,
I am writing a php/postgres application. I have been printing out
commands and errors at each step of the way. In the past I have used a
trace facility to find out what the last SQL command the database ran.
Is such a thing available in php/postgres? I know how to get the most
recent SQL error on a connection and print it out.

Thanks

Mary

--
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice

Reply With Quote