Hello,

is there any way to reload a shared object (.so) file with a C-function into 
Postgres? Seems that up from Postgres 8.2 the behaviour of LOAD has been 
changed:

http://www.postgresql.org/docs/8.1/static/xfunc-c.html
If you need to force a reload of an object file, for example after recompiling 
it, use the LOAD command or begin a fresh session.

http://www.postgresql.org/docs/8.2/static/xfunc-c.html
If you need to force a reload of an object file, for example after recompiling 
it, begin a fresh session.

What does "begin a fresh session" mean? Neither by starting a new psql session 
on the command line, nor by restarting PgAdmin3 or reconnecting to the database 
using the JDBC driver the .so file is re-read.

/Peter
_______________________________________________
postgis-users mailing list
[email protected]
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

Reply via email to