> Call them different C names, but name them the same in CREATE FUNCTION > funcname. Just use a different symbol name here: > > CREATE [ OR REPLACE ] FUNCTION name ( [ argtype [, ...] ] ) > ^^^^ same here > RETURNS rettype > AS 'obj_file', 'link_symbol' > ^^^^^^^^^^^^^ different here > LANGUAGE langname > [ WITH ( attribute [, ...] ) ] > > > Does that help?
Yes, I get it now - I should be able to set it up quite nicely. Chris ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])