X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/01b84a810703041bc4a5011068214c92de0a5bec..6c5c36deac71c7d21607b79b86dfddb5faaa7afa:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index c8811fc3f..e2f46d900 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: