X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8cef62cd2cec4a297e46b4f2a86c9afeadb3b283..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: