4 lines
75 B
PL/PgSQL
4 lines
75 B
PL/PgSQL
BEGIN;
|
|
DROP FUNCTION is_sane_text;
|
|
DROP FUNCTION is_language_code;
|
|
COMMIT;
|