Prev: [HACKERS] Bizarre buildfarm failure on baiji: can't find pg_class_oid_index
Next: testing cvs HEAD - HS/SR - xlog timeline 0 pg_xlogfile_name_offset
From: Richard Huxton on 24 Feb 2010 16:35 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 -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |