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-01T00:14:12Z
Lists: pgsql-hackers, pgsql-general
David Wheeler wrote: > On Saturday, November 30, 2002, at 01:44 PM, Joe Conway wrote: >> * continue to improve usability of bytea datatype >> - easier explicit casting between bytea and text > > This wouldn't happen to include the idea of somehow eliminating the > difference between how text strings are delimited and how bytea strings > are delimited, would it? Not quite sure what you mean by delimiter -- are you referring to double escaping vs single escaping? Joe