vim ~/.bash_profileexport PATH=/Applications/Postgres.app/Contents/Versions/9.4/bin/:$PATHpip install psycopg2
分类:
编程语言 时间:
2015-08-10 21:58:25
阅读次数:
204
1.先安装pl/python模块 yum?install?postgresql94-plpython.x86_64?
在postgres用户下执行createlang?plpythonu 2.编写python代码?/usr/lib64/python2.6/plpy_as_cli_test.py import?aerospike
import?sys...
分类:
编程语言 时间:
2015-08-10 13:45:26
阅读次数:
212
严格内网环境,无网络连接,新装fedora 22系统,无任何其他配置。
安装环境:
操作系统:fedora 22数据库:postgresql-9.4
安装包:
postgresql94-libs-9.4.4-1PGDG.f22.x86_64.rpmpostgresql94-9.4.4-1PGDG.f22.x86_64.rpmpostgresql94-server-9.4.4...
分类:
数据库 时间:
2015-08-09 22:38:03
阅读次数:
390
1. 维护前 postgres=#?\d+?test
????????????????????????????????????????????????????????Table
"public.test"
??Column?|??????????...
分类:
数据库 时间:
2015-08-05 10:49:24
阅读次数:
438
在 mac 下,可以利用homebrew直接安装 PostgreSQL:1brewinstall postgresql -v稍等片刻,PostgreSQL就安装完成。接下来就是初始数据库,在终端执行一下命令,初始配置 PostgreSQL:1initdb/usr/local/var/postgres...
分类:
数据库 时间:
2015-08-05 00:48:54
阅读次数:
267
官网:http://www.pipelinedb.com/pipelineDB是基于postgres的stream数据库。完全兼容pg的东西。由于产品需要解决性能这块瓶颈,老大让试试这款基于流计算的数据库。[pipeline@localhost ~]$ pipelinepipeline (9.4.4...
分类:
数据库 时间:
2015-08-04 12:43:52
阅读次数:
745
方法1 - 系统命令
sudo su - postgres #切换到postgres用户(系统用户)
createdb weichen #创建数据库
psql #直接访问数据库(默认进入本地postgres数据库)
\l --查看数据库列表
:q --退出列表页面
\q --退出客户端
dropdb weichen #删除数据库
方法2 - psql命令行
sudo -u p...
分类:
数据库 时间:
2015-07-31 01:26:31
阅读次数:
155
前言最近在学习postgresql,工作中需要,买了一本《PostgreSQL修炼之道》按照上面操作,几次按照上面的都是失败。后面查看很多资料后,才成功。这是根据这本书第十九章内容修改的地方,希望给广大学习爱好者帮助。最后希望那些作者,把书写的详细一些,把自己做成功的案例写出..
分类:
数据库 时间:
2015-07-30 15:12:30
阅读次数:
214
一、系统环境系统平台:centos6.5postgres-XC版本:pgxc-v1.2.1.tar.gz防火墙关闭selinux设置SELINUX=disabled主机名IP地址角色端口nodename数据目录postgresql01172.16.0.134GTM6666gtm/gtmCoordinator1921coord1/coordinator/cd1Coordinator1925coord2/coordinator/cd2postgres..
分类:
其他好文 时间:
2015-07-29 06:35:18
阅读次数:
126
安装:sudoapt-getinstallpostgresql设置密码sudo-upostgrespsqlpostgres=#ALTERUSERpostgresWITHPASSWORD‘postgres’;postgres=#\qsudopasswd-dpostgressudo-upostgresp...
分类:
数据库 时间:
2015-07-21 16:45:47
阅读次数:
318