Re: Escape string tracing

From: "Milen A(dot) Radev" <milen(at)radev(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Escape string tracing
Date: 2007-11-13 20:42:47
Message-ID: fhd283$nk7$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Mike Blackwell написа:
> I have a system that's been giving the nonstandard use of \\...' warning
> in the postgresql log. Is there a way to get the SQL associated with
> the warning without logging all the sql statements being processed?

Yes, set "log_min_error_statement" to "WARNING"
(http://www.postgresql.org/docs/current/static/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN).

--
Milen A. Radev

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Laszlo Nagy 2007-11-13 20:57:51 Re: SHMMAX problem - how much is needed?
Previous Message Steve Holdoway 2007-11-13 20:27:06 Re: SHMMAX problem - how much is needed?