I'm trying to write a few functions in C for postgres. But, when I change
some code, I'm never sure that it'll be flushed when I do a;

 DROP FUNCTION test();
 CREATE FUNCTION test() RETURNS text AS '/var/lib/pgsql/functions/test.so' LANGUAGE 
'c';

 Is there a way to make sure ? Even restarting postgres doesn't always
work (or else my makefiles are broken...)

Kate

-- 
_______________________________________
John Looney             Chief Scientist
a n t e f a c t o     t: +353 1 8586004
www.antefacto.com     f: +353 1 8586014


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to