PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Błąd podczas próby uruchomienia postgis Utwórz rozszerzenie

AKTUALIZACJA:ZESPÓŁ właśnie wydał pakiet postgis.2.1.0-3 RPM, który rozwiązuje problem:teraz rozszerzenie jest dostępne:

/usr/pgsql-9.3/share/extension/postgis.control

KONIEC AKTUALIZACJI.[...]

Rozwiązałem kompilację POSTGIS ze źródeł. Oto krok po kroku dla CentOS 6.4 64bit:

wget http://download.osgeo.org/postgis/source/postgis-2.1.0.tar.gz
tar xvf postgis-2.1.0.tar.gz
cd postgis-2.1.0
./configure --with-pgconfig=/usr/pgsql-9.3/bin/pg_config --without-raster
make
make comments
make install
make install-comments
su - postgres 
cd /usr/pgsql-9.3/share/contrib/postgis-2.1/
psql -d postgres -f postgis.sql
psql -d postgres -f spatial_ref_sys.sql
psql -d postgres -f postgis_comments.sql
psql -d postgres -f topology.sql
psql -d postgres -f topology_comments.sql


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Konfigurowanie Django i PostgreSQL na dwóch różnych instancjach EC2

  2. PostGIS odpowiednik ArcMap Union

  3. Maksymalny rozmiar transakcji w PostgreSQL

  4. Jak usunąć nieużywane pliki tymczasowe z Postgresa zarządzanego przez Google Cloud SQL?

  5. Postgres LEFT JOIN z SUM, brakujące rekordy