PostgreSQL and character escaping
Posted: 31.07.2007, 10:16
Hi,
According to PG documentation, see this:
http://www.postgresql.org/docs/8.2/stat ... AX-STRINGS
PostgreSQL is going to stop tolerate escaping characters in literal strings. Currently I got warnings about this (nonstandard using of backslash as escaping character) and that's ok, but soon...
Anyway, are you aware about this new PG behaviour?
Plamen
According to PG documentation, see this:
http://www.postgresql.org/docs/8.2/stat ... AX-STRINGS
PostgreSQL is going to stop tolerate escaping characters in literal strings. Currently I got warnings about this (nonstandard using of backslash as escaping character) and that's ok, but soon...
Anyway, are you aware about this new PG behaviour?
Plamen