Re: [GENERAL] LOADing functions

2014-10-31 Thread Adrian Klaver
On 10/31/2014 03:00 PM, Andrew Becker wrote: Hi - I seem to be unable to reLOAD a shared library within the session that I LOADed it. I am developing a UDF and my debugging changes do not appear to take until I quit psql and restart. The following code sequence demonstrates the issue |kbmod=#

Re: [GENERAL] LOADing functions

2014-10-31 Thread Tom Lane
Andrew Becker writes: > Hi - I seem to be unable to reLOAD a shared library within the session > that I LOADed it. Nope, you can't, there's no such functionality. > Hints as to what is going wrong here? I would certainly expect to be > able to re-load a shared library while debugging my UDF.

[GENERAL] LOADing functions

2014-10-31 Thread Andrew Becker
Hi - I seem to be unable to reLOAD a shared library within the session that I LOADed it. I am developing a UDF and my debugging changes do not appear to take until I quit psql and restart. The following code sequence demonstrates the issue |kbmod=# CREATE OR REPLACE FUNCTION hello(TEXT) RET