Removing pollution from log files - Mailing list pgsql-general

From Andrus
Subject Removing pollution from log files
Date
Msg-id faub8i$2ere$1@news.hub.org
Whole thread Raw
Responses Re: Removing pollution from log files  (Andrew Sullivan <ajs@crankycanuck.ca>)
List pgsql-general
I'm using PostgreSQL  PostgreSQL 8.2.4   from ODBC 08.02.0300 client.

Postgres  log files are polluted with messages

2007-08-27 06:10:38 WARNING:  nonstandard use of \\ in a string literal at
character 190
2007-08-27 06:10:38 HINT:  Use the escape string syntax for backslashes,
e.g., E'\\'.
2007-08-27 06:10:39 WARNING:  nonstandard use of \\ in a string literal at
character 197
2007-08-27 06:10:39 HINT:  Use the escape string syntax for backslashes,
e.g., E'\\'.
2007-08-27 06:10:47 WARNING:  nonstandard use of \\ in a string literal at
character 190
2007-08-27 06:10:47 HINT:  Use the escape string syntax for backslashes,
e.g., E'\\'.
2007-08-27 06:10:48 WARNING:  nonstandard use of \\ in a string literal at
character 197
2007-08-27 06:10:48 HINT:  Use the escape string syntax for backslashes,
e.g., E'\\'.

How to force Postgres not to write those messages to log file ?
Should I configure ODBC driver, Postgres or change my application ?

Andrus.




pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: Re: simple query runs 26 seconds
Next
From: Sanjay
Date:
Subject: EXPLAIN ANALYZE not considering primary and unique indices!