Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
- |
1 |
simple_sched=0
|
|
|
2 |
sameunix=1
|
|
|
3 |
date_subs=0
|
|
|
4 |
max_text=1000
|
|
|
5 |
perpage=25
|
|
|
6 |
stop_cmd=if [ -r /etc/rc.d/init.d/rhdb ]; then /etc/rc.d/init.d/rhdb stop; else /etc/rc.d/init.d/postgresql stop; fi
|
|
|
7 |
psql=/usr/bin/psql
|
|
|
8 |
pid_file=/var/run/postmaster*.pid
|
|
|
9 |
hba_conf=/var/lib/pgsql/data/pg_hba.conf
|
|
|
10 |
setup_cmd=if [ -r /etc/rc.d/init.d/rhdb ]; then /etc/rc.d/init.d/rhdb start; else /etc/rc.d/init.d/postgresql initdb ; /etc/rc.d/init.d/postgresql start; fi
|
|
|
11 |
user=postgres
|
|
|
12 |
nodbi=0
|
|
|
13 |
max_dbs=50
|
|
|
14 |
start_cmd=if [ -r /etc/rc.d/init.d/rhdb ]; then /etc/rc.d/init.d/rhdb start; else /etc/rc.d/init.d/postgresql start; fi
|
|
|
15 |
repository=/home/db_repository
|
|
|
16 |
dump_cmd=/usr/bin/pg_dump
|
|
|
17 |
access=*: *
|
|
|
18 |
webmin_subs=0
|
|
|
19 |
style=0
|
|
|
20 |
rstr_cmd=/usr/bin/pg_restore
|
|
|
21 |
access_own=0
|
|
|
22 |
login=postgres
|
|
|
23 |
basedb=template1
|
|
|
24 |
add_mode=1
|
|
|
25 |
blob_mode=0
|