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