Re: how to capture query?

From: Yury Don <yura(at)vpcit(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: how to capture query?
Date: 2005-02-11 16:12:43
Message-ID: 994942148.20050211211243@vpcit.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

M> Hi,
M> I'm getting some errors in log file saying "invalid character at
M> position
M> #20..." I know that this is most likely that query is wrong.

M> Is it possible to capture all queries that get send or at least the
M> invalid queries?

M> I'm using postgresql 7.4.3 on Red Hat 9

M> Thanks,
M> Mark

In postgresql.conf write
log_min_error_statement = error

--
Best regards,
Yury mailto:yura(at)vpcit(dot)ru

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Sidney-Woollett 2005-02-11 16:13:45 Re: vacuum confusion
Previous Message Brad Nicholson 2005-02-11 16:10:28 Re: how to capture query?