Re: 7.4 Wishlist

Joe Conway <mail@joeconway.com>

From: Joe Conway <mail@joeconway.com>
To: David Wheeler <david@wheeler.net>
Cc: Christopher Kings-Lynne <chriskl@familyhealth.com.au>, pgsql-hackers@postgresql.org
Date: 2002-12-01T03:24:39Z
Lists: pgsql-hackers, pgsql-general
David Wheeler wrote:
> On Saturday, November 30, 2002, at 04:14  PM, Joe Conway wrote:
>> Not quite sure what you mean by delimiter -- are you referring to double
>> escaping vs single escaping?
> 
> Oh crap, yes, that's exactly what I meant.
> 
> s/delimited/escaped/g;
> 

That is one thing I'd like to take a look at. I think the problem is that 
certain byte-sequence/multibyte-encoding combinations are illegal, so it's not 
as simple an issue as it might first appear.

Joe