码迷,mamicode.com
首页 >  
搜索关键字:postgresql 异步流复制 standby自动激活    ( 3126个结果
PostgreSQL SystemTap on Linux 转
PostgreSQL 支持动态跟踪, 可以通过dtrace或者systemtap工具统计相关探针的信息.安装systemtapyum install systemtap kernel-debuginfo kernel-devel将安装以下包systemtap-devel-1.8-6.el5syste...
分类:数据库   时间:2015-09-17 15:05:12    阅读次数:355
CentOS7上安装PostgreSQL
CentOS7上安装PostgreSQL...
分类:数据库   时间:2015-09-17 06:32:57    阅读次数:215
CentOS postgresql9.4
yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpm Once this is done, you can proceed to install and updat....
分类:数据库   时间:2015-09-16 19:57:37    阅读次数:184
CentOS 7 64位 安装 PostgreSQL 9.2整理
centos版本LSB Version: :core-4.1-amd64:core-4.1-noarchDistributor ID: CentOSDescription: CentOS Linux release 7.0.1406 (Core)Release: 7.0.1406...
分类:数据库   时间:2015-09-16 17:36:58    阅读次数:489
PostgreSQL-安装9.2
一、环境VM虚拟机NAME="Ubuntu"VERSION="12.04.4 LTS, Precise Pangolin"二、过程1.安装make,现在不装也行。# apt-get install make# make --versionGNU Make 3.81Copyright (C) 2006...
分类:数据库   时间:2015-09-15 18:28:06    阅读次数:240
postgresql/hive中函数学习
目前postgresql中的部分函数在hive中也是存在的,所以今天就以postgresql为例来进行说明,这个过程同时可以应用到hive中。 1、创建表 CREATE?TABLE?employee?( ????empid?INT, ????deptid?INT, ??...
分类:数据库   时间:2015-09-15 11:12:30    阅读次数:249
postgresql 增量备份
介绍: barman是postgresql备份还原的管理工具。官网:?http://www.pgbarman.org/ 本文环境: 系统: centos6.6 PostgreSQL 9.3.9 barman-1.4.1-1.rhel6.noarch.rpm 主机如下: 192.168.33.30?pgserver 192.168.33.3...
分类:数据库   时间:2015-09-14 18:12:18    阅读次数:267
如何为 PostgreSQL 增加系统表字段
1、BKI介绍:http://www.postgresql.org/docs/9.4/static/bki.html ????可以不了解,也不影响我们继续,因为有很多现成例子参考; 2、为pg_database增加一个字段 datdummy,打开 /src/include/catalog/pg_da...
分类:数据库   时间:2015-09-14 15:36:52    阅读次数:216
Avoiding PostgreSQL database corruption
TL;DR: Don't ever setfsync=off, don'tkill -9the postmaster then deletepostmaster.pid, don't run PostgreSQL on network file systems.Reports of database...
分类:数据库   时间:2015-09-14 01:52:57    阅读次数:498
搭建windows下的odoo开发环境
odoo运行环境的必须要要求是 python环境 postgreSQL数据 数据库可以安装在别的机器上,比如服务器;当然对于开发环境,通常,数据库与代码调试安装在同一台机器上。 首先安装 postgreSQL数据库,安装postgreSQL一般不会出现异常,安装过程省略 可以从http://pan....
分类:Windows程序   时间:2015-09-13 22:56:33    阅读次数:480
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!