| From: | Rainer Bauer <usenet(at)munnin(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Removing pollution from log files |
| Date: | 2007-08-27 20:20:27 |
| Message-ID: | b8c6d353mfa2dalfc769g0gm8mff04ksu9@4ax.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Andrew Sullivan wrote:
>On Mon, Aug 27, 2007 at 02:00:02PM +0300, Andrus wrote:
>> 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'\\'.
>
>That's not pollution; it's telling you you need to fix your
>application to escape the backslashes differently. If you want to
>suppress them, though, you can change your logging level to be higher
>than "WARNING".
Or lookup
<http://www.postgresql.org/docs/8.2/static/runtime-config-compatible.html#GUC-STANDARD-CONFORMING-STRINGS>.
Apart from that: there was a bug in the ODBC driver prior 08.02.0402 which
resulted in this error message whenever binary data of type SQL_LONGVARBINARY
was send.
Rainer
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephen Ince | 2007-08-27 20:30:06 | Re: PostgreSQL vs Firebird feature comparison finished |
| Previous Message | Andrew Sullivan | 2007-08-27 20:17:48 | Re: Tables dissapearing |