File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - [ Creating database user] ( #creating-database-user )
1515 - [ Creating databases] ( #creating-databases )
1616 - [ Enabling unaccent extension] ( #enabling-unaccent-extension )
17+ - [ Enabling PostGIS extension] ( #enabling-postgis-extension )
1718 - [ Granting user access to a database] ( #granting-user-access-to-a-database )
1819 - [ Creating replication user] ( #creating-replication-user )
1920 - [ Setting up a replication cluster] ( #setting-up-a-replication-cluster )
@@ -180,6 +181,7 @@ docker run --name postgresql -itd \
180181 --env ' DB_NAME=dbname' --env ' DB_UNACCENT=true' \
181182 sameersbn/postgresql:9.4-11
182183```
184+ * By default the unaccent extension is disabled*
183185
184186# Enabling PostGIS extension
185187
@@ -192,8 +194,7 @@ docker run --name postgresql -itd \
192194 --env ' DB_NAME=dbname' --env ' DB_POSTGIS=true' \
193195 sameersbn/postgresql:9.4-11
194196```
195-
196- * By default the unaccent extension is disabled*
197+ * By default the PostGIS extension is disabled*
197198
198199## Granting user access to a database
199200
You can’t perform that action at this time.
0 commit comments