1 2 3 4 5 6
DROP FUNCTION insert_username(); CREATE FUNCTION insert_username() RETURNS opaque AS 'MODULE_PATHNAME' LANGUAGE 'newC';