On Sep 17, 2004, at 6:23 PM, Oliver Jowett wrote:
>> template1=> prepare s1(int) as select typname from pg_type where oid
>> = $1;
>> PREPARE
>> template1=> execute s1('16');
>> typname ---------
>> bool
>> (1 row)
You're still telling it the type via that int.
Regards,
David