camper/revert/translate_surroundings_high...

8 lines
168 B
PL/PgSQL

-- Revert camper:translate_surroundings_highlight from pg
begin;
drop function if exists camper.translate_surroundings_highlight(integer, text, text, text);
commit;