Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE FUNCTION base."test"(IN "test" text, IN "test" text) RETURNS void AS
- $BODY$
- RAISE NOTICE 'testing notice';
- $BODY$
- LANGUAGE plpgsql VOLATILE;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement