Remove the references to plpgsql extension

This has been built-in since postgresql 9.0
This commit is contained in:
Andy Allan 2023-12-06 13:50:02 +00:00
parent 36045859af
commit 791db6e892

View file

@ -1,7 +1,5 @@
/^$/d
/^--/d
/^CREATE EXTENSION IF NOT EXISTS plpgsql /d
/^COMMENT ON EXTENSION plpgsql /d
/^SET default_with_oids /d
/^SET default_table_access_method /d
/^SET idle_in_transaction_session_timeout /d