PostgreSQL
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> PostgreSQL

Lỗi khi cố gắng chạy Tạo postgis tiện ích mở rộng

CẬP NHẬT:TEAM vừa phát hành gói RPM postgis.2.1.0-3 giải quyết vấn đề:hiện đã có phần mở rộng:

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

CẬP NHẬT KẾT THÚC. [...]

Tôi đã giải quyết việc biên dịch POSTGIS từ nguồn. Đây là từng bước cho 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. Bản sao JDBC của lệnh Postgres '\ connect là gì?

  2. Lỗi khi cố gắng chạy Tạo postgis tiện ích mở rộng

  3. Làm cách nào để xóa tất cả các khoảng trắng khỏi một trường trong cơ sở dữ liệu Postgres trong một truy vấn cập nhật?

  4. Cách điền cơ sở dữ liệu postgresql với Mrjob và Hadoop

  5. Tập lệnh thử nghiệm cho đồng thời giao dịch cho postgresql