X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c0278a01da05d8af7c4aec9eeab37a47f1d3110f..39cc056fa2e657a70e9fc0f107ae754842265b55:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index b14a2d32b..b9aa1a329 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -188,14 +188,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: