自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 使用Plproxy设计PostgreSQL分布式数据库03

/* 地区2plproxy_0 */ psql postgres postgres create role testrole nosuperuser nocreatedb nocreaterole noinherit login encrypted password ‘testrole’;  – 改 create tablespace tbs_bj_plproxy_0 owner

2012-01-30 18:19:40 624

转载 使用Plproxy设计PostgreSQL分布式数据库02

8. 测试 . /* 分区库详细操作 */ /* 地区1sgap_testrole_0 */ –创建role create role testrole nosuperuser nocreatedb nocreaterole noinherit login encrypted password ‘testrole’; –创建表空间 create tablespac

2012-01-30 18:18:51 647

转载 使用Plproxy设计PostgreSQL分布式数据库01

转自:http://dba.sky-mobi.com/?p=310 PostgreSQL的分布式数据库方案很多,如GridSQL,pgpool-ii,plproxy等。 其中plproxy是skype开发的一个数据库组件. 使用plproxy设计跨互联网部署还要考虑带宽的问题和应用是否要做本地缓存等问题, plproxy源代码对代理库的个数做了限制必须是2的次方

2012-01-30 18:18:02 1484

转载 PostGIS简单应用

PostGIS简单应用 2010-03-28 下午 8:48 最近抽空研究并简单实践了一把PostGIS,把自己的一些过程和心得和大家分享一下,呵呵。 [编辑] 基本概念 PostgreSQL:不唠叨了,关系性数据库。OpenGIS:Open Geodata Interoperation Specification,也就是开放的地理数据互操作规范,它建立了一个规范,使得应用

2012-01-06 00:28:05 2885

原创 postgresql 中输入逃逸字符\n\r\b\t

例如: 1.建表 create table test(a1 text,a2 varchar(100),a3 char(200)); 2.插入数据,使用关键字‘E‘ insert into test(a1,a2,a3) values(E'aaa\n\aaa\n', E'aaa\n\aaa\n',E'aaa\n\aaa\n'); 参考: http://www.postgresql.

2012-01-03 13:55:33 2842

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除