Thread: Function unkown

Function unkown

From
"Pedro Igor"
Date:
How is this function ?

plpgsql_call_handler() RETURNS language_handler AS 'plpgsql_call_handler' LANGUAGE 'c' VOLATILE;


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.443 / Virus Database: 248 - Release Date: 1/10/2003

Re: Function unkown

From
Tomasz Myrta
Date:
Pedro Igor wrote:

>How is this function ?
>
>plpgsql_call_handler() RETURNS language_handler AS 
>'plpgsql_call_handler' LANGUAGE 'c' VOLATILE;

I think it is just pl/pgsql handler, which is created depending on your version
after creation of database or after "createlang plpgsql <dbname>"

Regards,
Tomasz Myrta