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