Repository URL to install this package:
CREATE OR REPLACE FUNCTION foo () RETURNS text LANGUAGE SQL AS $$ SELECT 'old bar'::text $$;