[GENERAL] ALTER EXTENSION UPDATE: How to update the 'module_pathname'?

2012-12-06 Thread Henrik Kuhn
Hi, after installing an extension with functions with C bindings - CREATE OR REPLACE FUNCTION ... AS 'MODULE_PATHNAME' LANGUAGE C ... - I like to change the 'module_pathname' upon its update. After reading the docs and especially the section of 'ALTER EXTENSION' I have the feeling, that this

Re: [GENERAL] ALTER EXTENSION UPDATE: How to update the 'module_pathname'?

2012-12-06 Thread Albe Laurenz
Henrik Kuhn wrote: after installing an extension with functions with C bindings - CREATE OR REPLACE FUNCTION ... AS 'MODULE_PATHNAME' LANGUAGE C ... - I like to change the 'module_pathname' upon its update. After reading the docs and especially the section of 'ALTER EXTENSION' I have the