Re: Escape string tracing

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Mike Blackwell <maiku41(at)sbcglobal(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Escape string tracing
Date: 2007-11-13 20:10:56
Message-ID: 200711132010.lADKAuj27088@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Mike Blackwell wrote:
> 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, mark it as an escape string, E''. See the documentation and release
notes.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Steve Holdoway 2007-11-13 20:27:06 Re: SHMMAX problem - how much is needed?
Previous Message Bruce Momjian 2007-11-13 20:10:23 Re: where can I find doc for pg_buffercache?