Re: plperl _init settings - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: plperl _init settings
Date
Msg-id 425C0DC7-D6EB-4367-8876-40536FAC05C2@kineticode.com
Whole thread Raw
In response to plperl _init settings  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: plperl _init settings
List pgsql-hackers
On Mar 2, 2010, at 4:33 PM, Andrew Dunstan wrote:

> I propose to add the following note to the docs:
>
>   Preloading modules using plperl.on_init does not make them available
>   for use by plperl. External perl modules can only be used in plperlu.

Perhaps add a note that some other interface to allow preloaded modules to also be available to plperl may be provided
inthe future. 

Best,

David

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ALTER TABLE SET STATISTICS requires AccessExclusiveLock
Next
From: Tom Lane
Date:
Subject: Placement of block label in plpgsql block with DECLARE