Thanks to visit codestin.com
Credit goes to postgrespro.com

Probably badly timed suggestion: pl/perl calling style same as C style - Mailing list pgsql-hackers

With plperl.on_init allowing the loading of modules, might there be some 
merit (and little cost) in allowing the same style of function-mapping 
as with C functions?

CREATE FUNCTION add_one(integer) RETURNS integer     AS 'DIRECTORY/funcs', 'add_one'     LANGUAGE C STRICT;

CREATE FUNCTION add_one(integer) RETURNS integer     AS 'My::Package', 'add_one'     LANGUAGE plperl STRICT;

--   Richard Huxton  Archonet Ltd


pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: FW: Unable to install PostgreSQL on Windows Server 2003 SP2
Next
From: Tom Lane
Date:
Subject: Re: SR/libpq - outbound interface/ipaddress binding