码迷,mamicode.com
首页 >  
搜索关键字:postgis postgresql    ( 3184个结果
postgresql的show databases、show tables、describe table操作
[sql] view plaincopy1、相当与mysql的showdatabases;[sql] view plaincopyselectdatnamefrompg_database;[sql] view plaincopy2、相当于mysql的showtables;[sql] view pla...
分类:数据库   时间:2014-08-13 01:05:14    阅读次数:370
postgresql的ALTER常用操作
postgresql版本:psql (9.3.4) 1、增加一列ALTER TABLE table_name ADD column_name datatype; 2、删除一列 ALTER TABLE table_name DROP column_name;...
分类:数据库   时间:2014-08-12 22:18:24    阅读次数:454
Python访问PostGIS(建表、空间索引、分区表)
#encoding: utf-8__author__ = 'Administrator'import psycopg2import ppygisimport datetimeimport stringimport sysimport loggingimport GeowayLoggerreload(...
分类:编程语言   时间:2014-08-12 21:41:24    阅读次数:225
Mapnik读取PostGIS数据渲染图片
__author__ = 'Administrator'# encoding: utf-8import sysimport datetimeimport mapnikm = mapnik.Map(256,256,"+proj=latlong +datum=WGS84")#m.background =...
分类:其他好文   时间:2014-08-12 21:32:04    阅读次数:169
postgresql的show databases、show tables、describe table操作
postgresql中相当与mysql的show databases、show tables、describe table操作的句子...
分类:数据库   时间:2014-08-12 10:25:43    阅读次数:185
开源企业IM-免费企业即时通讯-ENTBOOST V0.9版本发布
ENTBOOST V0.9版本发布,更新内容:1.完善多人群组聊天,提高群组聊天性能及稳定性;2.苹果IOS SDK,增加联系人管理功能,优化API和内部流程,修复部分BUG;3.增加企业应用功能集成REST接口,服务端部分BUG修正;4.恩布企业IM Windows版本增加内置集成PostgreSQL数据库,方便企业部署; CentOS版本下载:点击下载 Windows版本下载:点击下载...
分类:其他好文   时间:2014-08-11 10:13:52    阅读次数:299
如何在RedHat 6.3中安装postgresql93
第一步:首先安装postgresql93的RPM资料库 wget http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm 第二步:执行命令安装rpm -ivh pgdg-redhat93-9.3-1.noarch.rpm 第三步:执...
分类:数据库   时间:2014-08-11 08:29:32    阅读次数:374
ubuntu14.04源码安装postgresql 9.1
项目需要使用gisgraphy,怎奈gisgraphy3.0只支持postgis1.5.因此只能安装老版本的posgresql和postgis了,从postgis的support matrix图可以看到postgis不同版本支持的postgresql, 我安装的是postgresql9.1.14. 1.下载postgresql9.1版本的源码,http://www.postgresql...
分类:数据库   时间:2014-08-10 13:01:40    阅读次数:231
如何查询postgresql+openstreetmap
先行输入:psql gis\d 显示当前数据表 List of relations Schema | Name | Type | Owner --------+--------------------+-------+--------...
分类:数据库   时间:2014-08-08 21:00:46    阅读次数:357
Postgresql安装失败--the database cluster initialisatio
PostgreSQL 始终不能同时接受超过大约 125 个连接,我的硬件是很强悍的! 发生这种情况的原因在于某些 PostgreSQL 说依赖的库依赖于 user32.dll ,而 user32.dll 要从"Desktop Heap"中分配内存。"Desktop Heap"用...
分类:数据库   时间:2014-08-08 16:36:24    阅读次数:1003
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!