Andrew Dunstan wrote: > It's not. If we really want to tackle this root and branch without > upsetting legacy code, I think we'd need to have a way of marking > data items as binary in the grammar, e.g. > > create function myfunc(myarg binary bytea) returns binary bytea > language plperl as $$ ...$$;
This ought to be a property of data type plus language, not a property of a function. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly