Re: [GENERAL] CREATE LANGUAGE workaround

2009-09-27 Thread Tom Lane
Martin Gainty writes: > I am slowly transferring my Procedures over and came upon this workaround > implemented by a script which maps the plpgsql (type) to call plpgsql.dll > pg_finfo_plpgsql_call_handler > # Create a plpgsql handler for plpgsql type > CREATE FUNCTION pg_finfo_plpgsql_call_han

Re: [GENERAL] CREATE LANGUAGE workaround

2009-09-27 Thread Scott Marlowe
2009/9/27 Martin Gainty : > I am slowly transferring my Procedures over and came upon this workaround > implemented by a script which maps the plpgsql (type) to call plpgsql.dll > pg_finfo_plpgsql_call_handler > > # Create a plpgsql handler for plpgsql type > CREATE FUNCTION pg_finfo_plpgsql_call_h

[GENERAL] CREATE LANGUAGE workaround

2009-09-27 Thread Martin Gainty
I am slowly transferring my Procedures over and came upon this workaround implemented by a script which maps the plpgsql (type) to call plpgsql.dll pg_finfo_plpgsql_call_handler # Create a plpgsql handler for plpgsql type CREATE FUNCTION pg_finfo_plpgsql_call_handler() RETURNS plpgsql AS '/pos