标签:ref 需要 cto creat ack ase tac 安装 空间
安装:
Windows:postgresql的bin目录下:运行stackbuilder,一步一步按照提示来就行了
Ubuntu: apt-get install postgresql-9.3-postgis-2.1
安装完成之后需要==连接postgresql与postgis(赋予postgresql空间数据库的能力):
进入需要操作的数据库,运行:
CREATE EXTENSION postgis;
标签:ref 需要 cto creat ack ase tac 安装 空间
原文地址:http://www.cnblogs.com/lwmp/p/6829943.html