E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
PGSQL
实用
pgsql
小知识
1.美元符界定字符串常量 在
pgsql
中如果在字符串序列中包含有'(单引号),那么应当将'(单引号)加倍为''(两个单引号)否则sql语句很可能无法执行。
JanFon
·
2013-09-17 11:00
PostgreSQL
pgsql
MySQL与
PGSQL
MySQL进程组织方式:[root@centoszhxue3~]#psaux|grepmysqlroot 1693 0.0 0.0108200 1432? S Apr30 0:00/bin/sh/usr/bin/mysqld_safe--datadir=/var/lib/mysql--socket=/var/lib/mysql/mysql.sock--pid-file=/var/run
zhxue123
·
2013-09-17 10:00
Rails: could not connect to database postgres: FATAL: Peer authentication failed for user "username"
/var/lib/
pgsql
/9.2/data/pg_hba.conf 打开之后找到 local all postgres/all
·
2013-09-14 21:00
Authentication
nagios 数据库管理之 NDOUtils
1、NDOUtils简介NDOUTILSADDON主要用来将Nagios的配置信息和event产生的数据存入数据库(目前的beta版支持mysql和
pgsql
,稳定版只支持mysql),以方便实现数据的快速检索和处理
wushank
·
2013-09-13 19:46
ndoutils
PostgreSQL的psql客户端各种连接错误总结
nbsp; 回到顶级页面:PostgreSQL索引页[作者 高健@博客园
[email protected]
] 错误类型1: [postgres@cent6
pgsql
·
2013-09-12 09:00
PostgreSQL
postgresql v9.2升级到9.3步骤
系统CentOS6.464bit,
pgsql
9.2版本数据库目录为/data/
pgsql
/data安装
pgsql
9.3:#rpm-ivhhttp://yum.pgrpms.org/9.3/redhat/
mark35
·
2013-09-10 11:00
step by step设置postgresql用户密码并配置远程连接
设置
pgsql
默认用户posgres的密码1、确认
pgsql
是开启的 /etc/init.d/postgresqlstatus2、使用默认用户登录sudosupostgres3、进入psql客户端命令为
·
2013-09-06 18:00
PostgreSQL
postgresql 常用操作命令
createdatabaseexampleDBwithownerexampleownerencoding'UTF8';//创建库 createuserexampleownersuperuserpassword'example';//创建超级角色 /usr/local/
pgsql
woqushnimm
·
2013-09-03 11:28
PostgreSQL
常用操作命令
postgresql 常用操作命令
createdatabaseexampleDBwithownerexampleownerencoding'UTF8';//创建库createuserexampleownersuperuserpassword'example';//创建超级角色/usr/local/
pgsql
woqushnimm
·
2013-09-03 11:28
postgresql
常用操作命令
数据库
ThinkPHP中连接mysql数据库的四种实用和通用的连接方法
目前的数据库包括Mysql、MsSQL、
PgSQL
、Sqlite、Oracle、Ibase以及PDO的支持,如果应用需要使用数据库,必须配置数据库连接信息,数据库的配置文件有多种定义方式: 第一种在项目配置文
·
2013-08-30 15:00
thinkphp
centos下postgresql的安装与配置[转]
://blog.chinaunix.net/uid-24846094-id-78490.html 一、安装(以root身份进行)1、检出最新的postgresql的yum配置从http://yum.
pgsql
rpms.org
hyamw
·
2013-08-22 15:00
postgres 的客户端、服务器端的程序
客户端常用程序[root@BSDx86_64]#ls/opt/
pgsql
/9.2/bin clusterdbdropdbdropuserpg_configpg_dumpallpg_restorepsql
MtrS
·
2013-08-21 10:00
LINUX 环境变量
编译好postgresql的RPM打包,运行psql时,出现错误:symbollookuperror..linux下查看程序对动态库的依赖关系 ldd/opt/
pgsql
-9.3/bin/psql
MtrS
·
2013-08-21 09:00
源码安装postgresql
/configure--prefix=/usr/local/
pgsql
#检测系统条件是后符合安装要
乐动
·
2013-08-17 22:00
postgres
创建postgresql的存储过程
创建postgresql的存储过程时,需要指定语言,比如:language 'pl
pgsql
'; 或者language 'sql'; 当指定语言为“pl
pgsql
”时,发生错误: ERROR: language
winds_he
·
2013-08-16 17:00
PostgreSQL
Mysql 和 Postgresql(
PGSQL
) 对比
转载自:http://www.oschina.net/question/96003_13994PostgreSQL与MySQL比较Mysql使用太广泛了,以至于我不得不将一些应用从mysql迁移到postgresql,很多开源软件都是以Mysql作为数据库标准,并且以Mysql作为抽象基础的,但是具体使用过程中,发现Mysql有很多问题,所以都迁移到postgresql上了,转一个Mysql和Po
ll136078
·
2013-08-14 17:00
关于连接PostgreSQL时提示 FATAL: password authentication failed for user "连接用户名" 的解决方法
今天帮一个同学解决了一个FATAL:passwordauthenticationfailedforuser"连接用户名"的错误问题,下面说说一下我遇过这个问题的以往排除方法一、密码忘记了,输入不正确[postgres@
pgsql
db-masterbin
shao_lixin
·
2013-08-07 13:00
PostgreSQL
PostgreSQL的xlog实验一
PostgreSQL基础知识与基本操作索引页 回到顶级页面:PostgreSQL索引页 一,从initdb开始,initdb执行结束后,看xlog: [
pgsql
·
2013-08-06 12:00
PostgreSQL
postgreSql随程序打包,服务启动不了
pgsql
的安装过程(windows)较为复杂,官方使用了pginstaller将
pgsql
打为一个msi包,单独安装问题不大,但是有以下几个问题:1、远程桌面安装兼容性差(目前官方的说法是除了win2003
tastelife
·
2013-08-05 13:00
对C语言连等式的学习
例子如下 [
pgsql
@localhost soft]$ cat test1.c #include <stdlib.h> #include <stdio.h> int
·
2013-08-05 10:00
C语言
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
PostgreSQL中国用户会DBA2000培训计划北京第二课笔记
原文地址:http://chenlinux.com/2012/03/18/postgreSQL-DBA-2000-note2/ 运行维护 vacuum命令
pgsql
是multi-version concurrency
elf8848
·
2013-07-28 14:00
PostgreSQL
centOS 自动安装php
下安装php#yuminstall-yphp这个只安装PHP建议安装运行库及MySQL的支持#yuminstall-yphpphp-develphp-mysql //postgresql 是php-
pgsql
colorful
·
2013-07-27 16:00
PostgreSQL的.NET驱动程序N
pgsql
N
pgsql
是PostgreSQL的一个.NET数据提供程序,它可以自由获取。它可以通过下列选项获得独立的下载,也可以安装PostgreSQL数据库程序时选择安装。
·
2013-07-20 08:00
PostgreSQL
python语言实现postgresql数据库自动备份
postgres'db_pwd='postgres'db_port='5432'db_name='CCIC2'backup_path='/home/sunjc/backupdb/'cmd_path='/usr/local/
pgsql
榫josion
·
2013-07-09 16:21
python
备份
PostgreSQL数据库
python语言实现postgresql数据库自动备份
postgres'db_pwd='postgres'db_port='5432'db_name='CCIC2'backup_path='/home/sunjc/backupdb/'cmd_path='/usr/local/
pgsql
榫josion
·
2013-07-09 16:21
备份
python
postgresql数据库
linux-脚本
安装postgresql
创建用户设置密码:sudouseraddpostgressudopasswdpostgres3.登陆postgres账户:supostgres4.初始化并启动数据库:initdb-D/var/lib/
pgsql
woshizb110
·
2013-07-02 16:31
PostgreSQL
python手记(4)
连接pg数据库PostgreSQL 至少有至少3个Python接口程序可以访问PosgreSQL:psycopg,Py
PgSQL
和PyGreSQL.第四个,PoPy,现在已经被废弃(2003年,它贡献出自己的代码
u010255642
·
2013-06-25 08:00
python
PostgreSQL
PHP小镇论坛
详细版块分类如下: 网站开发:建站交流、HTML/CSS/JavaScript/Ajax、MySQL/
PgSQL
/Oracle数据库、LAMP/WAMP环境搭配、L
牛牛秋会
·
2013-06-18 10:48
oracle
ecshop
织梦cms
PHP小镇
学习论坛
mysql压力测试工具
/configure―with-mysql―with-
pgsql
根据需要,可
DevilRex119
·
2013-06-15 15:41
mysql压力测试工具
Postgresql的
pgsql
语句(转)
说明:复制表(只复制结构,源表名:a新表名:b)select*intobfromawhere15说明:两张关联表,删除主表中已经在副表中没有的信息deletefrominfowherenotexists(select*frominfobzwhereinfo.infid=infobz.infid)说明:--SQL:SELECTA.NUM,A.NAME,B.UPD_DATE,B.PREV_UPD_DA
le119126
·
2013-06-10 14:41
数据库
linux下PostgreSQL安装设置
/configure--prefix=/usr/local/
pgsql
4、编译:make5、安装:makeinstall6、创建用户组和用户:groupaddpostgres useradd-gpostgrespostgres7
li898445911a
·
2013-06-05 14:00
数据库
PostgreSQL
PostgreSQL 字符集下区域设置对性能的影响改进办法
阿弟(陈爱生)测试发现,UTF-8下locale选用C和zh_CN性能差距非常大:http://bbs.
pgsql
db.com/client/post_show.php?
有理想的猪
·
2013-06-05 11:00
charset
PostgreSQL
locale
encoding
collate
重建postgrsql 数据库脚本
tbpath=$(find/-typed-name"pg_tables") yes() { /usr/local/
pgsql
/bin/psql-Upostgres-c"\l"|grep"AcapHisDB
poseidon88
·
2013-06-03 11:48
shell
postgrsql
postgresql的用法(转载加学习)
中国官方的使用文档:http://doc.zzbaike.com/postgresql/8-1/
pgsql
doc-cvs/tutorial-createdb.html网友的经验如下文所示:http://
wang1144
·
2013-05-30 06:00
数据库
postgre 表被加锁无法解锁问题
文章来源:http://blog.csdn.net/zhanghaolpc/article/details/5594576 最近遇到一个很郁闷的问题,在运行n
pgsql
时使用了它的分布式事务(System.Transaction
sxzlc
·
2013-05-23 15:00
zimbra安装过程中的问题
RHEL5.20110928134520.tgz首先必须安装依赖的软件包(我是用CentOS自带的yum安装,如果系统为linux,可以到网上去下载相应rpm软件包):yum-yinstallsudoperllibstdc++g
pgsql
itegmpsysstatmysqlmysql-server1
adpanshi
·
2013-05-22 14:22
zimbra安装过程中的问题
邮件服务器
zimbra安装过程中的问题
RHEL5.20110928134520.tgz首先必须安装依赖的软件包(我是用CentOS自带的yum安装,如果系统为linux,可以到网上去下载相应rpm软件包):yum-yinstallsudoperllibstdc++g
pgsql
itegmpsysstatmysqlmysql-server1
adpanshi
·
2013-05-22 14:22
zimbra安装过程中的问题
PostgreSQL学习手册(PL/
pgSQL
过程语言)
一、概述: PL/
pgSQL
函数在第一次被调用时,其函数内的源代码(文本)将被解析为二进制指令树,但是函数内的表达式和SQL命令只有在首次用到它们的时候,PL/
pgSQL
解释器才会为其创建一个准备好的执行规划
ljasdf123
·
2013-05-19 17:00
MySQL迁移数据到MongoDB并同步
mongodb,故做了测试如下:第三方数据复制引擎--Tungsten-Replicator 主要特点:1 支持高版本MySQL向低版本复制,5.1-->5.0 2 支持跨数据库系统的复制,MySQL->
PgSQL
smart818
·
2013-05-10 15:32
第三方
数据库系统
pg数据库备份恢复
备份1,配置归档模式配置归档需要编辑postgresql.conf文件,默认为与/usr/local/
pgsql
/data/目录下vim/usr/local/
pgsql
/data/postgesql.confwal_level
cwallow
·
2013-05-08 15:19
Postgresql
上一页
41
42
43
44
45
46
47
48
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他