[GENERAL] pgcrypto digest_exists replacement?

2007-10-02 Thread Nasby Jim
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)-

[GENERAL] Casting text to reg*

2009-02-11 Thread Nasby Jim
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