Re: [GENERAL] debug nonstandard use of \\ in a string literal

2008-03-04 Thread Ivan Zolotukhin
Thanks guys, this simple solution worked. Why didn't I guess before?.. On Thu, Feb 28, 2008 at 2:28 PM, Albe Laurenz <[EMAIL PROTECTED]> wrote: > > Ivan Zolotukhin wrote: > > From time to time I face with these well-known warnings in the > > PostgreSQL log, i.e. > > > > Feb 28 04:21:10 db7 pos

Re: [GENERAL] debug nonstandard use of \\ in a string literal

2008-02-28 Thread Albe Laurenz
Ivan Zolotukhin wrote: > From time to time I face with these well-known warnings in the > PostgreSQL log, i.e. > > Feb 28 04:21:10 db7 postgres[31142]: [2-1] WARNING: nonstandard use > of escape in a string literal at character 62 > Feb 28 04:21:10 db7 postgres[31142]: [2-2] HINT: Use the escape

[GENERAL] debug nonstandard use of \\ in a string literal

2008-02-28 Thread Ivan Zolotukhin
Hello, >From time to time I face with these well-known warnings in the PostgreSQL log, i.e. Feb 28 04:21:10 db7 postgres[31142]: [2-1] WARNING: nonstandard use of escape in a string literal at character 62 Feb 28 04:21:10 db7 postgres[31142]: [2-2] HINT: Use the escape string syntax for escapes