| From: | "Andrus" <kobruleht2(at)hot(dot)ee> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Removing pollution from log files |
| Date: | 2007-08-27 11:00:02 |
| Message-ID: | faub8i$2ere$1@news.hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marcelo de Moraes Serpa | 2007-08-27 11:24:51 | create or replace for tables and schemas |
| Previous Message | Markus Schiltknecht | 2007-08-27 10:50:09 | Re: Geographic High-Availability/Replication |