Skip to content

Commit

Permalink
Add comment for btree_gist to structure.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Dec 6, 2023
1 parent 0c2e471 commit 4c77f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions db/structure.sql
Expand Up @@ -16,6 +16,13 @@ SET row_security = off;
CREATE EXTENSION IF NOT EXISTS btree_gist WITH SCHEMA public;


--
-- Name: EXTENSION btree_gist; Type: COMMENT; Schema: -; Owner: -
--

COMMENT ON EXTENSION btree_gist IS 'support for indexing common datatypes in GiST';


--
-- Name: format_enum; Type: TYPE; Schema: public; Owner: -
--
Expand Down
1 change: 0 additions & 1 deletion script/normalise-structure
Expand Up @@ -2,7 +2,6 @@
/^--/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
Expand Down

0 comments on commit 4c77f9d

Please sign in to comment.