We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd39bdb commit 2c18c39Copy full SHA for 2c18c39
initdb-postgis.sh
@@ -16,6 +16,7 @@ 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
+ \c
20
CREATE EXTENSION IF NOT EXISTS fuzzystrmatch;
21
CREATE EXTENSION IF NOT EXISTS postgis_tiger_geocoder;
22
EOSQL
0 commit comments