Handle hostnames with upper-case letters
[webmin.git] / postgresql / config-redhat-linux-10.0-*
1 login=postgres
2 psql=/usr/bin/psql
3 basedb=template1
4 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
5 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
6 pid_file=/var/run/postmaster.pid
7 perpage=25
8 hba_conf=/var/lib/pgsql/data/pg_hba.conf
9 nodbi=0
10 user=postgres
11 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
12 dump_cmd=/usr/bin/pg_dump
13 rstr_cmd=/usr/bin/pg_restore
14 repository=/home/db_repository
15 sameunix=1
16 access=*: *
17 blob_mode=0
18 add_mode=1
19 date_subs=0
20 style=0
21 max_dbs=50
22 simple_sched=0
23 access_own=0
24 max_text=1000