Add btree_gist extension to database template

This commit is contained in:
D. Berge
2020-08-12 14:02:40 +02:00
parent a73376572b
commit c7b6f259cb

View File

@@ -74,6 +74,20 @@ ALTER SCHEMA topology OWNER TO postgres;
COMMENT ON SCHEMA topology IS 'PostGIS Topology schema';
--
-- Name: btree_gist; Type: EXTENSION; Schema: -; Owner: -
--
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: postgis; Type: EXTENSION; Schema: -; Owner: -
--