Any way to disable backslash as a string literal escape character? - Mailing list pgsql-general

From Grant Allen
Subject Any way to disable backslash as a string literal escape character?
Date
Msg-id C01E7923DE7E6B4F96E232566F058D7257BA43@spitfire.towersoft.canberra
Whole thread Raw
Responses Re: Any way to disable backslash as a string literal escape character?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I know this has been asked before - I've trawled through the mail archives and FAQs looking for any info, and only
found"that's the way it works" answers. 

Basically, I want to turn off backslash ( \ ) as an escape character in string literals.  It makes porting apps to
PostgreSQLmuch more difficult, because no major rdbms behaves this way (at least, none of Oracle, SQL Server, DB2,
Sybase,Informix, SQL Anywhere or SQL Base ... the one's I've worked with).  I know PostgreSQL isn't designed to be a
cloneof any of these, and I should love it the way it is :-) :-) :-), but this one quirk is annoying the hell out of
me.

I'm guessing the answer will be no, because it would break things like null handling.

So, any postmaster switches, build/make options, etc.?  Or should I get hacking myself?

Ciao
Fuzzy
:-)

----------------------------------------------
The contents of this post are my opinions only
      If swallowed seek medical advice

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Out of memory error when doing an update with IN clause
Next
From: Rory Campbell-Lange
Date:
Subject: md5sum function for debian 7.3.2