Any way to disable backslash as a string literal escape character?

Поиск
Список
Период
Сортировка
От Grant Allen
Тема Any way to disable backslash as a string literal escape character?
Дата
Msg-id C01E7923DE7E6B4F96E232566F058D7257BA43@spitfire.towersoft.canberra
обсуждение исходный текст
Ответы Re: Any way to disable backslash as a string literal escape character?
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Out of memory error when doing an update with IN clause
Следующее
От: Rory Campbell-Lange
Дата:
Сообщение: md5sum function for debian 7.3.2