Escape handling in strings

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Escape handling in strings
Date: 2005-06-21 04:12:20
Message-ID: 200506210412.j5L4CKS11597@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

[ BCC to general. ]

I have received very few replies to my suggestion that we implement E''
for escaped strings, so eventually, after a few major releases, we can
have '' treat backslashes literally like the SQL standard requires.

I assume this is because most people say, "yea, it is going to be a pain,
and yea, we should probably do it".

A summary of the plan is at:

http://candle.pha.pa.us/cgi-bin/pgescape

Therefore, I will soon apply the escape patch at:

ftp://candle.pha.pa.us/pub/postgresql/mypatches/escape

I will also backpatch the E'' syntax and read-only GUC variables to
earlier releases.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Jowett 2005-06-21 04:57:10 Re: Escape handling in strings
Previous Message Michael Fuhr 2005-06-21 03:53:34 Re: users, address record restrictions

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-06-21 04:12:39 Re: [PATCHES] default database creation with initdb
Previous Message Matthew T. O'Connor 2005-06-21 04:10:01 Autovacuum Patch Status