We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd39bdb commit 587e865Copy full SHA for 587e865
initdb-postgis.sh
@@ -16,6 +16,9 @@ for DB in template_postgis "$POSTGRES_DB"; do
16
"${psql[@]}" --dbname="$DB" <<-'EOSQL'
17
CREATE EXTENSION IF NOT EXISTS postgis;
18
CREATE EXTENSION IF NOT EXISTS postgis_topology;
19
+ -- Reconnect to update pg_setting.resetval
20
+ -- See https://github.com/postgis/docker-postgis/issues/288
21
+ \c
22
CREATE EXTENSION IF NOT EXISTS fuzzystrmatch;
23
CREATE EXTENSION IF NOT EXISTS postgis_tiger_geocoder;
24
EOSQL
0 commit comments