Is there a way to force a shared object to reload? I've compiled a new version of a .so, but postgres seems to be pulling the old version out of memory. I've tried deleting the .so and recompiling it, but postgres is insistant, for some reason, of using the old version. Any ideas? Thanks for the help
See the LOAD command: http://www.postgresql.org/docs/current/static/sql-load.html
Joe
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend
