]> git.openstreetmap.org Git - rails.git/blobdiff - INSTALL.md
Automatically enable the btree_gist extension
[rails.git] / INSTALL.md
index c8811fc3fcc54ccff2068765268a75b7438660b8..e2f46d9003f07d17b072e5bf5f58b5d4512c02f9 100644 (file)
@@ -190,14 +190,6 @@ To create the three databases - for development, testing and production - run:
 bundle exec rake db:create
 ```
 
-### PostgreSQL Btree-gist Extension
-
-We need to load the `btree-gist` extension, which is needed for showing changesets on the history tab.
-
-```
-psql -d openstreetmap -c "CREATE EXTENSION btree_gist"
-```
-
 ### PostgreSQL Functions
 
 We need to install some special functions into the PostgreSQL database: