The persistance of C functions - Mailing list pgsql-interfaces

From Bryan White
Subject The persistance of C functions
Date
Msg-id 00bb01bf7344$fe1dcf00$2dd260d1@arcamax.com
Whole thread Raw
Responses RE: [INTERFACES] The persistance of C functions  (Craig Orsinger <orsingerc@epg-gw1.lewis.army.mil>)
Re: [INTERFACES] The persistance of C functions  (Karel Zak - Zakkr <zakkr@zf.jcu.cz>)
List pgsql-interfaces
If I use CREATE FUNCTION for a C function in a .so file and then use the
function and then change and recompile the function, what steps are needed
to see the change?

As I see it the options are:
A: do nothing, the function is reloaded on every invocation.
B: Reopen the connection to the backend
C: Restart the postmaster

I suspect B is correct but I would like to hear someone confirm it.



pgsql-interfaces by date:

Previous
From: Phillip Rhodes
Date:
Subject: jdbc question
Next
From: Lars
Date:
Subject: Re: [INTERFACES] jdbc question