X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d2e1608ba7aba12f173c526be8813a2a4b99095..a694609ffad8a2724482586d23efd8951b65f141:/INSTALL.md?ds=sidebyside diff --git a/INSTALL.md b/INSTALL.md index 09e3b12f7..87ba765db 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -160,14 +160,6 @@ bundle exec rake db:create We need to load the btree-gist extension, which is needed for showing changesets on the history tab. -For PostgreSQL < 9.1 (change the version number in the path as necessary): - -``` -psql -d openstreetmap < /usr/share/postgresql/9.0/contrib/btree_gist.sql -``` - -For PostgreSQL >= 9.1: - ``` psql -d openstreetmap -c "CREATE EXTENSION btree_gist" ```