2007-04-12 20:24:50 +00:00
|
|
|
login=postgres
|
|
|
|
psql=/usr/bin/psql
|
|
|
|
basedb=template1
|
|
|
|
start_cmd=su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D /var/lib/postgresql/data -l postgresql.log start"
|
|
|
|
stop_cmd=/etc/init.d/postgresql stop
|
|
|
|
pid_file=/var/run/postmaster.pid
|
|
|
|
perpage=25
|
|
|
|
hba_conf=/var/lib/postgresql/data/pg_hba.conf
|
|
|
|
nodbi=0
|
|
|
|
user=postgres
|
|
|
|
setup_cmd=su -l postgres -s /bin/sh -c "/usr/bin/initdb --pgdata=/var/lib/postgresql/data"
|
|
|
|
dump_cmd=/usr/bin/pg_dump
|
|
|
|
rstr_cmd=/usr/bin/pg_restore
|
|
|
|
repository=/home/db_repository
|
|
|
|
sameunix=0
|
|
|
|
access=*: *
|
|
|
|
blob_mode=0
|
|
|
|
add_mode=1
|
|
|
|
date_subs=0
|
|
|
|
style=0
|
|
|
|
max_dbs=50
|
|
|
|
simple_sched=0
|
|
|
|
access_own=0
|
|
|
|
max_text=1000
|
2012-01-06 14:33:27 -08:00
|
|
|
webmin_subs=0
|