Help tracking down error in postgres log

From: William Garrison <postgres(at)mobydisk(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Help tracking down error in postgres log
Date: 2007-05-02 22:57:12
Message-ID: 46391748.3030408@mobydisk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I get the following error in the postgres log. I know what the error
means and how to fix it, but I don't know how to determine which
statement is causing it:

2007-03-27 09:29:04 WARNING: nonstandard use of \\ in a string literal
at character 72
2007-03-27 09:29:04 HINT: Use the escape string syntax for backslashes,
e.g., E'\\'.

Can I get postgres to log the actualy command or stored procthat caused
the problem?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brent Wood 2007-05-02 22:58:38 Re: Utility of OIDs in postgres
Previous Message Jason Nerothin 2007-05-02 22:44:42 Re: large table problem