Re: [GENERAL] Help tracking down error in postgres log

2007-05-03 Thread Tom Lane
William Garrison <[EMAIL PROTECTED]> writes: > Can I get postgres to log the actualy command or stored procthat caused > the problem? Set log_min_error_statement = error. regards, tom lane ---(end of broadcast)--- TIP 3: Ha

[GENERAL] Help tracking down error in postgres log

2007-05-03 Thread William Garrison
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 stri