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