I see that digest_exists is now gone, but I haven't been able to find
anything in the lists about why... I was actually going to make use
of that; is there anything that replaces it?
--
Decibel! [EMAIL PROTECTED] (512) 569-9461
---(end of broadcast)-
I needed to do $SUBJECT in 8.2, which doesn't have the built-in
casts. In case anyone else needs to, the following works:
deci...@platter.local=# create function regprocedure(text) returns
regprocedure language sql as 'select regprocedurein(textout($1))';
CREATE FUNCTION
deci...@platter.loca