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
postgresql.conf
PostgreSQL远程数据库连接
2.在
postgresql.conf
中的修改 listen_addresses='*' po
zhouxuguang236
·
2012-11-23 17:00
POSTGRES如何支持远程调试
------------1.配置
postgresql.conf
文件listen_addresses='*' 2.配置pg_hba.conf文件host all all
duguduchong
·
2012-11-19 15:00
MAC 和 Postgresql 第二篇
非常有用的相关资料 UPDATE(05/06/2013): still works fine for MAC modify /usr/local/var/postgres/
postgresql.conf
夜鸣猪
·
2012-10-16 11:00
xcode
PostgreSQL
brew
Postgresql 和 rails
only ALTER USER postgres with encrypted password 'your_password'; #/etc/postgresql/9.1/main/
postgresql.conf
夜鸣猪
·
2012-09-24 02:00
PostgreSQL
Rails
打开postgresql的远程访问权限
ExternalPostgreSQLconnections1.Tobeabletoreachtheserverremotelyyouhavetoaddthefollowinglineintothefile:/var/lib/pgsql/data/
postgresql.conf
夜鸣猪
·
2012-09-04 21:00
postgresql
access
打开postgresql的远程访问权限
ExternalPostgreSQLconnections1.Tobeabletoreachtheserverremotelyyouhavetoaddthefollowinglineintothefile:/var/lib/pgsql/data/
postgresql.conf
夜鸣猪
·
2012-09-04 21:00
postgresql
access
打开postgresql的远程访问权限
to reach the server remotely you have to add the following line into the file: /var/lib/pgsql/data/
postgresql.conf
夜鸣猪
·
2012-09-04 21:00
PostgreSQL
Access
postgresql GUC 参数
通常理解是对
postgresql.conf
文件中变量进行修改,或通过set命令对参数进行设置。但实际上GUC变量的种类,设置方法要更加复杂多样。在guc.h和guc.c中可以看到GUC变量的详细实现。
danceofelephant
·
2012-08-05 22:34
数据库
用户
上下文
postgresql GUC 参数
通常理解是对
postgresql.conf
文件中变量进行修改,或通过set命令对参数进行设置。但实际上GUC变量的种类,设置方法要更加复杂多样。
danceofelephant
·
2012-08-05 22:34
数据库
用户
上下文
cloud controller和health_manager can't connection to server when starting
在/etc/postgresql/8.4/main/
postgresql.conf
文件最后,有一个监听ip,localhost似乎完全没有作用,然后因为换了地方,ip变动,所以原来的ip也不对了,因此无
cherry_sun
·
2012-07-24 14:00
exception
server
manager
PostgreSQL
PostgreSQL 存储过程调试
开启调试,需进行以下配置:1.编辑
postgresql.conf
shared_preload_libraries = '$libdir/plugins/plugin_debugger.so'
binyao02123202
·
2012-07-14 09:00
数据库
存储
PostgreSQL
plugins
pgadmin
PostgreSQL 存储过程调试
开启调试,需进行以下配置:1.编辑
postgresql.conf
shared_preload_libraries='$libdir/plugins/plugin_debugger.so' 2.重新启动数据库
king_tt
·
2012-07-14 09:00
PostgreSQL
Enabling access for network/remote users
first edit
postgresql.conf
listen_addresses = '*' #listen_addresses = 'localhost' #
woody1983
·
2012-06-26 11:00
PostgreSQL
Postgresql的csv日志设置
PG的日志系统比较完善,除去系统启动时指定的日志,wal日志等外,下面主要介绍另一个详细的输出日志:csvlog.涉及到的参数文件:$PGDATA/
postgresql.conf
涉及的主要参数:log_destination
kenyon_君羊
·
2012-06-16 09:00
PostgreSQL9.1.2存储过程调试
开启调试,需进行以下配置:1.编辑
postgresql.conf
shared_preload_libraries = '$libdir/plugins/plugin_debugger.so'
veyvon
·
2012-03-26 19:04
数据库
开发
存储
share
休闲
配置POSTGRESQL远程访问
配置远程连接 PostgreSQL数据库的步骤很简单,只需要修改data目录下的pg_hba.conf和
postgresql.conf
,其中 pg_hba.conf是用来配置对数据库的访问权限,
dmthlbfjm
·
2012-02-08 09:00
PostgreSQL
conf
pg
pgsql 的 max_fsm_pages
postgresql.conf
中的这个参数(max_fsm_pages)用于告诉PostgreSQL申请多大的内存空间用于保存数据文件的freespace信息,按我的简单理解,如果在一个表中删除了一些记录
hbhhww
·
2012-01-30 11:00
oracle
工作
数据库
delete
PostgreSQL
磁盘
用pgAdmin调试Postgres存储过程
用pgAdmin调试Postgres存储过程1)更改数据库目录下的
postgresql.conf
,加入如下红色语句:#shared_preload_libraries=''#(changerequiresrestart
海屋
·
2012-01-16 11:00
删除pg_xlog导致Pg无法启动
前几天由于做9.1PIRT,
postgresql.conf
中的 wal_keep_segments =1000 # in logfile segments, 16MB each
i_am_birdman
·
2011-12-29 09:00
log
PostgreSQL备份恢复二:WAL归档--windows
0 创建WAL备份目录,比如: d:\pg_xlog_archive1 修改
postgresql.conf
中的archive_command设置,比如: archive_command='copy
BeiiGang
·
2011-12-11 18:00
windows
command
PostgreSQL
archive
数据库服务器
PostgreSQL启动过程中的那些事三:加载GUC参数
看一下函数调用过程梗概,中间细节有略 GUC参数初始化分两步,第一步先读取buildin/compiled-in的GUC参数默认值,这里包括全部的GUC参数,建立GUC参数相关结构变量,第二步读取
postgresql.conf
BeiiGang
·
2011-12-09 20:00
struct
null
PostgreSQL
hook
archive
variables
pg启动过程中的那些事三:加载GUC参数
看一下函数调用过程梗概,中间细节有略 GUC参数初始化分两步,第一步先读取buildin/compiled-in的GUC参数默认值,这里包括全部的GUC参数,建立GUC参数相关结构变量,第二步读取
postgresql.conf
BeiGang
·
2011-12-09 20:00
参数
使用Postgresql基因查询优化
最近看到了一个关于Postgresql的基因查询优化方式,刚开始还不知道怎么用,后来才发现很简单,主要也是在配置文件
postgresql.conf
里进行配置,关于基因查询优化的作用,简单地说就是处理关系查询的
chenyi8888
·
2011-11-30 10:00
优化
Integer
Random
query
PostgreSQL
optimization
PostgreSQL Memory for Database Caching(1)
关于PostgreSQL的内存单元设置在
postgresql.conf
文件里属性wal_buffers,meanshowmuchmemorytouseforbufferingwrite-aheadlogdata
chenyi8888
·
2011-11-22 14:00
PostgreSQL备份恢复二:WAL归档--windows
0 创建 WAL 备份目录,比如: d:\pg_xlog_archive1 修改
postgresql.conf
中的 archive_command 设置,比如: 
BeiGang
·
2011-11-11 22:00
备份
PostgreSQL
归档
wal
PostgreSQL IP地址访问配置
PostgreSQL实现TCP/IP访问连接原文:http://blog.csdn.net/shuaiwang/article/details/17932941.PostgreSQL的安装目录,进入data文件夹,打开
postgresql.conf
starnight_cbj
·
2011-10-25 17:00
数据库
list
user
database
PostgreSQL
工具
PostgreSQL 安装的一些问题
1、PostgreSQL 安装报错 Error reading file
postgresql.conf
的解决办法(转) 最近的项目需要用到PostgreSQL数据库了,有点新鲜,但是安装很是让我郁闷
浮生长恨
·
2011-10-01 17:00
PostgreSQL
PostgreSQL服务端监听设置及客户端连接方法
修改服务端/opt/postgresql/data/
postgresql.conf
文件,将#listen_address='localhost'改成 listen_address='*' 2.修改/op
Socrates Duan
·
2011-07-15 20:00
PostgreSQL服务端监听设置及客户端连接方法
服务端运行在RedHatLinux上,IP为:192.168.230.128客户端安装在WindowsXP上,IP为:192.168.230.1配置方法:1.修改服务端/opt/postgresql/data/
postgresql.conf
socrates
·
2011-07-09 18:46
数据库
PostgreSQL
PostgreSQL系列
PostgreSQL服务端监听设置及客户端连接方法
修改服务端/opt/postgresql/data/
postgresql.conf
文件,将#listen_address='localhost'改成 listen_address='*' 2.
dyx1024
·
2011-07-09 18:00
redhat
socket
database
System
domain
PostgreSQL
PostgreSQL服务端监听设置及客户端连接方法
服务端运行在RedHatLinux上,IP为:192.168.230.128客户端安装在WindowsXP上,IP为:192.168.230.1配置方法:1.修改服务端/opt/postgresql/data/
postgresql.conf
javasogo
·
2011-07-09 18:00
PostgreSQL
Postgres配置远程连接服务
安装时选择远程就不用配置data\
postgresql.conf
中的listen_addresses = 'localhost'为listen_addresses = '*'了。
redsky008
·
2011-06-01 14:00
防火墙
PostgreSQL
postgresql安装注意事项
因此我们就可以通过修改配置文件来更改配置2,在配置文件中,
postgresql.conf
这个配置文件主要是针对在什么网络接口上和在那个端口上监听连接。pg_hba.con
stonesharp
·
2011-05-19 09:00
数据库
网络
ssh
PostgreSQL
数据库服务器
postgresql 内存优化
PG的配置文件是数据库目录下的
postgresql.conf
文件,8.0以后的版本可支持K,M,G这样的参数,只要修改相应参数后重新启动PG服务就OK了。
javatophp
·
2011-04-07 10:00
cache
PostgreSQL
PostgreSQL允许远程访问设置方法
配置远程连接PostgreSQL数据库的步骤很简单,只需要修改data目录下的pg_hba.conf和
postgresql.conf
,其中pg_hba.conf是用来配置对数据库的
xiejava
·
2011-04-06 19:00
Database
pt数据库远程连接配置
nbsp; --/opt/HUAWEI/cgp/workshop/omu/data 3.vi
postgresql.conf
junge8618
·
2011-01-24 12:00
PostgreSQL
PostgreSQL配置优化
PG的配置文件是数据库 目录下的
postgresql.conf
文件,8.0以后的版本可支持K,M,G这样的参数,只要修改相应参数后重新启动PG服务就OK了。
haohetao
·
2010-12-30 14:00
工作
cache
脚本
PostgreSQL
PostgreSQL配置优化
PG的配置文件是数据库 目录下的
postgresql.conf
文件,8.0以后的版本可支持K,M,G这样的参数,只要修改相应参数后重新启动PG服务就OK了。
haohetao
·
2010-12-30 14:00
工作
cache
脚本
PostgreSQL
PostgreSQL配置优化
阅读更多PG的配置文件是数据库目录下的
postgresql.conf
文件,8.0以后的版本可支持K,M,G这样的参数,只要修改相应参数后重新启动PG服务就OK了。
haohetao
·
2010-12-30 14:00
PostgreSQL
脚本
工作
Cache
postgre调优
参照官方手册和自己在pg上做的实验,记录下pg(FREEBSD)的参数调优过程: 1.
postgresql.conf
是pg的主要配置文件.
ben.meng
·
2010-12-10 09:00
sql
.net
算法
PostgreSQL
FreeBSD
PostgreSql日志记录执行计划
postgresql.conf
配置中加入如下行 shared_preload_libraries = 'auto_explain' custom_variable_classes =
haohetao
·
2010-11-11 00:00
PostgreSQL
PostgreSql日志记录执行计划
postgresql.conf
配置中加入如下行 shared_preload_libraries = 'auto_explain' custom_variable_classes =
haohetao
·
2010-11-11 00:00
PostgreSQL
postgressql配置参数的性能优化
pg配置参数的性能优化: PostgreSQL的配置文件是数据库目录(/opt/PostgresPlus/8.3/data)下的
postgresql.conf
文件, 8.0
chakey
·
2010-11-05 15:00
cache
PostgreSQL
一个老外对
postgresql.conf
的重新组织
配置文件很长,不好管理,一般就是一些主要参数,我们重新组织一下 ## Connecting port = 5432 listen_addresses = '*' max_connections = 100 ssl
zeeeitch
·
2010-10-02 09:00
cache
配置管理
F#
PostgreSQL
一台机器上启动多个PostgreSQL实例的方法
在一台机器上启动多个PostgreSQL实例的方法很简单:比方说建两个实例:initdb-D/data/pgdata1initdb-D/data/pgdata2 然后把/data/pgdata1下的
postgresql.conf
opendba
·
2010-09-01 18:00
kill
PostgreSQL
远程连接postgresql问题.连接不上
postgresql.conf
中的listen_address改为* 2。
lihua2915
·
2010-05-20 14:00
防火墙
PostgreSQL
PostgreSQL8.3在XP下安装失败
在安装过程中出现了一个错误,提示信息说到D:/ProgramFiles/PostgreSQL/8.3/data/
postgresql.conf
里面看,可安装完成之后我的data文件夹里根本就没有
postgresql.conf
jubincn
·
2010-03-21 10:00
PostgreSQL的数据文件构成
・
postgresql.conf
:PostgreSQLconfigurationfile・pg_hba.conf:PostgreSQLClientAuthenticatio
hantiannan
·
2009-11-29 12:00
数据库
File
user
database
Authentication
PostgreSQL
Postgresql8.3 如何控制来自其他电脑的连接
你只有在修改了配置文件
postgresql.conf
中的listen_addresses,且也在配置文件$PGDATA/pg_hba.conf中打开了基于远程电脑(host-based)的身份认证,并重新启动
moliqin
·
2009-10-29 13:00
PostgreSQL SQL的性能调试方法2--数据库log分析
postgresql.conf
配置文件设置log_min_duration_statement参数的值。这个参数是设置执行最小多长时间的SQL输出到log。
hantiannan
·
2009-09-02 21:00
sql
数据库
filter
Class
PostgreSQL
报表
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他