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