You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,19 +183,23 @@ docker run --name postgresql -itd \
183
183
--env 'DB_NAME=dbname' --env 'DB_UNACCENT=true' \
184
184
sameersbn/postgresql:9.4-11
185
185
```
186
+
186
187
*By default the unaccent extension is disabled*
187
188
188
189
# Enabling PostGIS extension
189
190
190
-
PostGIS is spatial extension to PostgreSQL.
191
+
**Available in versions > `9.4-11`**
192
+
193
+
PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.
191
194
192
-
You can enable the PostGIS extension on database(s) by specifying `DB_POSTGIS=true`. For example, the following command enables the unaccent extension for the `dbname` database.
195
+
You can enable the PostGIS extension on database(s) by specifying `DB_POSTGIS=true`. For example, the following command enables the PostGIS extension for the `dbname` database.
0 commit comments