From 791db6e8928e7103db54ffaad7f34227173fbe89 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 6 Dec 2023 13:50:02 +0000 Subject: [PATCH] Remove the references to plpgsql extension This has been built-in since postgresql 9.0 --- script/normalise-structure | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/normalise-structure b/script/normalise-structure index a659117a9..7f3c133f0 100644 --- a/script/normalise-structure +++ b/script/normalise-structure @@ -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 -- 2.39.5