4 lines
70 B
PL/PgSQL
4 lines
70 B
PL/PgSQL
BEGIN;
|
|
DROP FUNCTION is_name;
|
|
DROP FUNCTION is_language_code;
|
|
COMMIT;
|