From 9624ddefc3193b6a0ba15db2d269a32fc8745f3e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 21 Aug 2025 18:34:30 +0100 Subject: [PATCH] Drop \restrict and \unrestrict when normalising the schema --- script/normalise-structure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/normalise-structure b/script/normalise-structure index 18ba81431..ace59e20c 100644 --- a/script/normalise-structure +++ b/script/normalise-structure @@ -3,3 +3,5 @@ /^SET default_with_oids /d /^SET default_table_access_method /d /^SET idle_in_transaction_session_timeout /d +/^\\restrict /d +/^\\unrestrict /d -- 2.39.5