Teach database structure normalise to ignore btree_gist comment

This commit is contained in:
Tom Hughes 2022-05-09 18:39:14 +01:00
parent fdd16b28dc
commit 9fe69b0b7f

View file

@ -2,6 +2,7 @@
/^--/d
/^CREATE EXTENSION IF NOT EXISTS plpgsql /d
/^COMMENT ON EXTENSION plpgsql /d
/^COMMENT ON EXTENSION btree_gist /d
/^SET default_with_oids /d
/^SET default_table_access_method /d
/^SET idle_in_transaction_session_timeout /d