Re: [SQL] How to Log SELECT Statements Having Errors

2005-11-15 Thread Lane Van Ingen
is discussed: http://www.postgresql.org/docs/8.0/static/runtime-config.html#RUNTIME-CONFIG -LOGGING -Original Message- From: Magnus Hagander [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 3:53 AM To: Lane Van Ingen; pgsql-sql@postgresql.org Subject: RE: [SQL] How to Log SELECT Stat

Re: [SQL] How to Log SELECT Statements Having Errors

2005-11-15 Thread Magnus Hagander
> We are putting a new application on PostgreSQL 8.0.1 (Windows > 2003); we are coming off of MySQL, and are having a hard time > finding all of the offending SQL calls. > > It would help a great deal if I could log the content of any > SQL calls that fail. Am only interested in SELECT statemen

Re: [SQL] How to Log SELECT Statements Having Errors

2005-11-15 Thread Richard Huxton
Lane Van Ingen wrote: We are putting a new application on PostgreSQL 8.0.1 (Windows 2003); we are coming off of MySQL, and are having a hard time finding all of the offending SQL calls. It would help a great deal if I could log the content of any SQL calls that fail. Am only interested in SELECT

[SQL] How to Log SELECT Statements Having Errors

2005-11-14 Thread Lane Van Ingen
We are putting a new application on PostgreSQL 8.0.1 (Windows 2003); we are coming off of MySQL, and are having a hard time finding all of the offending SQL calls. It would help a great deal if I could log the content of any SQL calls that fail. Am only interested in SELECT statements. Noticed th