Skip to content

Commit 8c0a352

Browse files
author
Łukasz Wiecheć
committed
updating TOC
1 parent b598e0a commit 8c0a352

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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

0 commit comments

Comments
 (0)