码迷,mamicode.com
首页 >  
搜索关键字:postgres    ( 902个结果
Following a Select Statement Through Postgres Internals
This is the third of a series of posts based on a presentation I did at the Barcelona Ruby Conference called “20,000 Leagues Under ActiveRecord.” (pos
分类:Windows程序   时间:2016-03-14 01:29:30    阅读次数:439
Discovering the Computer Science Behind Postgres Indexes
This is the last in a series of Postgres posts that Pat Shaughnessy wrote based on his presentation at the Barcelona Ruby Conference. You can also wat
分类:其他好文   时间:2016-03-13 06:12:12    阅读次数:211
postgres-xl 集体搭建(1)
安装并编辑脚本 cd /opt/curl -O http://files.postgres-xl.org/postgres-xl95r1beta1.tar.gztar -zxvf postgres-xl95r1beta1.tar.gzmv postgres-xl95r1beta1 postgres-
分类:其他好文   时间:2016-03-09 17:25:40    阅读次数:105
postgresql centos6.5安装以及常用命令
今天在centos6.5下安装postgresql数据库,现在整理自己操作步骤。 一. Centos6.5 下安装postgresql9.4 1.1. 显示所有的有关postgresql安装包 yum list postgres* 1.2. 安装数据库 yum install postgresql9
分类:数据库   时间:2016-03-07 15:03:42    阅读次数:304
postgres-xl 集体搭建
pgxl 集群搭建 一 预备 1 下载安装解压源码 /opt/ curl -O http://files.postgres-xl.org/postgres-xl95r1beta1.tar.gz tar -zxvf postgres-xl95r1beta1.tar.gz mv postgres-xl9
分类:其他好文   时间:2016-03-04 16:18:31    阅读次数:178
oracle授权grant
GRANT privilege [, ...] ON object [ ( column [, ...] ) ] [, ...] TO { PUBLIC | username [, ...] } [ WITH GRANT OPTION ] 这些字段与 Postgres 实现是兼容的,除了下面一些例外
分类:数据库   时间:2016-03-02 09:28:48    阅读次数:277
How to relocate tablespace directory
I’ll demonstrate how to relocate a tablespace directory without the reconstruction of databases. I have a tablespace tblspc located at /home/postgres/
分类:其他好文   时间:2016-02-19 00:17:51    阅读次数:179
Metasploit自动连接postgresql
1. 启动postgresql root@kali:~# service postgresql start 2. 设置用户与数据库 root@kali:~# su postgres postgres@kali:/root$ createuser msf4 -P Enter password for
分类:数据库   时间:2016-02-17 22:12:53    阅读次数:9348
postgresql 帐号密码修改方法
修改默认为例: 1.Linux环境下 #su postgres $psql -U postgres postgres=#alter user postgres with password 'new password'; postgres=#\q
分类:数据库   时间:2016-02-15 22:31:44    阅读次数:216
关于postgresql——常用操作指令
该文章转载自http://blog.chinaunix.net/uid-22920230-id-3493064.html 创建数据库 CREATE DATABASE test WITH OWNER = postgres ENCODING = 'UTF8'; 进入控制台方法,在postgreSQL的安
分类:数据库   时间:2016-02-07 02:14:43    阅读次数:292
902条   上一页 1 ... 68 69 70 71 72 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!