File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ GRANT ALL ON DATABASE xxx_db_tiamat_name_xxx TO xxx_db_tiamat_username_xxx;
5454-- switch database context to stop db to initialize it to the state where tiamat can use it
5555\connect xxx_db_tiamat_name_xxx;
5656
57- CREATE SCHEMA topology ;
58- ALTER SCHEMA topology OWNER TO xxx_db_tiamat_username_xxx;
59- CREATE EXTENSION IF NOT EXISTS postgis WITH SCHEMA public;
6057CREATE EXTENSION IF NOT EXISTS pg_trgm WITH SCHEMA public;
58+ CREATE EXTENSION IF NOT EXISTS postgis WITH SCHEMA public;
59+
60+ CREATE SCHEMA IF NOT EXISTS topology AUTHORIZATION xxx_db_tiamat_username_xxx;
6161CREATE EXTENSION IF NOT EXISTS postgis_topology WITH SCHEMA topology;
6262-- the postgis_topology creates two tables
6363ALTER TABLE topology .layer OWNER TO xxx_db_tiamat_username_xxx;
You can’t perform that action at this time.
0 commit comments