Handle hostnames with upper-case letters
[webmin.git] / postgresql / config-gentoo-linux
1 login=postgres
2 psql=/usr/bin/psql
3 basedb=template1
4 start_cmd=/etc/init.d/postgresql start
5 stop_cmd=/etc/init.d/postgresql stop
6 pid_file=/var/lib/postgresql/data/postmaster.pid
7 perpage=25
8 hba_conf=/var/lib/postgresql/data/pg_hba.conf
9 nodbi=0
10 dump_cmd=/usr/bin/pg_dump
11 rstr_cmd=/usr/bin/pg_restore
12 sameunix=0
13 access=*: *
14 blob_mode=0
15 add_mode=1
16 date_subs=0
17 style=0
18 max_dbs=50
19 simple_sched=0
20 access_own=0
21 max_text=1000