tracking down a warning

From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: tracking down a warning
Date: 2008-11-19 13:51:52
Message-ID: 20081119145152.14817faf@dawn.webthatworks.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I can't find what's the statement causing this warning:

2008-11-19 14:45:34 CET WARNING: nonstandard use of \\ in a string
literal at character 32 2008-11-19 14:45:34 CET HINT: Use the
escape string syntax for backslashes, e.g., E'\\'.

I mean... I know how to fix it... but how can I find the statement?

Which is the right log config to tweak to get enough info to be able
to use grep on my code base without producing 2Gb logs in 5min?

BTW can this log config be tweaked dynamically? by connection etc...
or just in postgres.conf?

thanks

--
Ivan Sergio Borgonovo
http://www.webthatworks.it

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Grzegorz Jaśkiewicz 2008-11-19 13:54:34 Re: tracking down a warning
Previous Message Grzegorz Jaśkiewicz 2008-11-19 13:41:19 Re: PostgreSQL 8.4 download?