Re: debugging SQL statements - Mailing list pgsql-novice

From Tom Lane
Subject Re: debugging SQL statements
Date
Msg-id 22305.1290963482@sss.pgh.pa.us
Whole thread Raw
In response to debugging SQL statements  (Stuart Kendrick <skendric@fhcrc.org>)
Responses Re: debugging SQL statements  (Stuart Kendrick <skendric@fhcrc.org>)
List pgsql-novice
Stuart Kendrick <skendric@fhcrc.org> writes:
> Usually, I see the SQL statements which my application emits appear in
> syslog:

You have not shown us your log-related settings, but it looks like the
log entries you're mentioning here are for duration logging, which is
only done on successful completion.

> But when my application emits this statement, postgres logs neither the
> SQL query nor an error message ... just the usual connect/disconnect
> stuff.  And the result set, of course, is empty.

Perhaps you have log_min_error_statement set to a funny value?  But I'd
suspect there is some logic error on the client side such that you're
never actually submitting the statement.

            regards, tom lane

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: log statements span multiple lines
Next
From: Stuart Kendrick
Date:
Subject: Re: log statements span multiple lines