From: | "Lothar" <lotharbongartz(at)hotmail(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #5270: escape warning even with standard behavior |
Date: | 2010-01-09 19:01:50 |
Message-ID: | 201001091901.o09J1o8V040020@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 5270
Logged by: Lothar
Email address: lotharbongartz(at)hotmail(dot)com
PostgreSQL version: 8.4
Operating system: Windows XP Professioanl
Description: escape warning even with standard behavior
Details:
I am migrating from a hug SQL Server project.
I have to import a 4G database.
To switch off the escape character behavior, I changed the entry in
postgresql.conf to
#standard_conforming_strings = on
Despite of this, I get following warnings when importing data:
State=22P06, Err=-1, Msg=WARNING: nonstandard use of escape in a string
literal
According to the documentation I should not get this warning.
Do I have to use another measurement additionally to the postgresql.conf
change, if I do not like characters to be treated as escape characters?
The warnings are by nature always related with error return codes for the
sql commands and therefore are destroying the intended program flow.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-01-10 05:59:17 | Re: BUG #5270: escape warning even with standard behavior |
Previous Message | beulah prasanthi | 2010-01-09 07:36:05 | could not open server file |