码迷,mamicode.com
首页 >  
搜索关键字:postgresql pg_bloat_check    ( 3125个结果
PostgreSQL 全文检索
PostgreSQL 8.3.1 全文检索(转) 在postgreSQL 8.3自带支持全文检索功能,在之前的版本中需要安装配置tsearch2才能使用,安转配置tsearch2就不再多说了,主要介绍一下8.3中自带全文检索功能。 全文检索类型(Text Search Types)postgreSQ ...
分类:数据库   时间:2017-04-25 11:47:19    阅读次数:276
Windows 安装PostgreSQL
下载二进制包:https://www.enterprisedb.com/download-postgresql-binaries 直接解压到C盘 Microsoft Windows [版本 6.3.9600](c) 2013 Microsoft Corporation。保留所有权利。C:\Users ...
分类:数据库   时间:2017-04-24 17:16:36    阅读次数:271
PostgreSQL 的 distinct on 的理解
摘录自:http://www.cnblogs.com/gaojian/archive/2012/09/05/2671381.html 对于 select distinct on , 可以利用下面的例子来理解: create table a6(id integer, name varchar(10)) ...
分类:数据库   时间:2017-04-20 23:19:00    阅读次数:245
Powerdesigner+PostgreSQL
1.准备软件 Powerdesigner PostgreSQL PostgreSQL ODBC驱动程序: psqlODBC,网址:http://www.postgresql.org/ftp/odbc/versions/msi/ 2. 安装PostgreSQL的ODBC驱动程序 双击运行 3.配置Po ...
分类:数据库   时间:2017-04-20 22:34:36    阅读次数:335
PostgreSQL 10 build-in table partition(Range)
1.下载rpm知识库包操作系统版本:CentOSLinuxrelease7.2.1511(Core)X64[root@localhosthome]#yuminstallhttps://download.postgresql.org/pub/repos/yum/testing/10/redhat/rhel-7-x86_64/pgdg-centos10-10-1.noarch.rpmPreparing...#################################[100%]Up..
分类:数据库   时间:2017-04-20 21:45:04    阅读次数:456
PostgreSQL Master Slave升级过程
1.初始状态:Master,slave均为running状态。2.升级过程Master1).关闭master记录最后检查点位置(latestcheckpointlocation),这是宕机时间开始的地方(Thisiswhereyourdowntimestarts)。postgres用户执行以下命令:$pg_ctl-D$PGDATAstop-mfast$pg_controldata|grep"Latestchec..
分类:数据库   时间:2017-04-20 11:47:37    阅读次数:195
postgresql安装、可整理成一键安装PG脚本
yum -y install gcc make readline zlib readline-devel zlib-develtar -jxvf postgresql-9.5.2.tar.bz2cd postgresql-9.5.2groupadd postgresuseradd -g postgr... ...
分类:数据库   时间:2017-04-18 13:11:02    阅读次数:250
通过hibernate访问postgreSQL的搭建过程
注解说明:@Entity实体类标注, @Table标注表名,注意表名前面要写模式名(public),被坑过. @Id 表示主键 @Column列名 总结一下查询的步骤: ...
分类:数据库   时间:2017-04-17 13:28:35    阅读次数:323
转 ofbiz之entity实体写法与解析
OFBiz之Entity简介: 一、Entity Engine屏蔽了数据库访问的很多细节,通过XML配置文件定义描述实体,实体引擎自动维护实体至数据库的所有细节 二、支持主流数据库,包括Oracle、MySql、MS SQL、PostgreSql等 三、OFBiz实体引擎与其他的ORM框架最大的不同 ...
分类:其他好文   时间:2017-04-17 13:07:26    阅读次数:464
跟我一起用Symfony写一个博客网站;
第一步: composer create-project symfony/framework-standard-edition 你的项目名; 创建完这个原型,我执行php bin/console server:run,可以跑起来; 那么此刻你需要连接数据库了:我的数据库是PostgreSql 写一个 ...
分类:Web程序   时间:2017-04-16 23:48:04    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!