We figured out a workaround, which is to put the entire create function
code on one line, in one "rollback" statement. Ugly, but
it works. :)
--rollback CREATE OR REPLACE FUNCTION a_number() RETURNS integer AS $$ BEGIN RETURN 1; END $$ LANGUAGE plpgsql;
Any other suggestions welcome!
Rich
--rollback CREATE OR REPLACE FUNCTION a_number() RETURNS integer AS $$ BEGIN RETURN 1; END $$ LANGUAGE plpgsql;
Any other suggestions welcome!
Rich