BUG #1350: Backslash ecape charcter violates ISO/ANSI spec and is hazardous - Mailing list pgsql-bugs

From PostgreSQL Bugs List
Subject BUG #1350: Backslash ecape charcter violates ISO/ANSI spec and is hazardous
Date
Msg-id 20041217023952.A307F73A1A9@www.postgresql.com
Whole thread Raw
Responses Re: BUG #1350: Backslash ecape charcter violates ISO/ANSI spec  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1350
Logged by:          Ken Johanson

Email address:      ken@kensystem.com

PostgreSQL version: 8.0 Beta

Operating system:   Any

Description:        Backslash ecape charcter violates ISO/ANSI spec and is
hazardous

Details:

I can't find any option to run the server in a more standard mode for string
escaping rules, of only needing to escape single quotes. The current
backslash-escape behavior is a huge problem for SQL statement portability, a
spec violation, and blindsides developers coming from Oracle, Sybase, MS,
etc.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: timestamp arithmetic
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #1350: Backslash ecape charcter violates ISO/ANSI spec