hba_conf=/etc/postgresql/7.4/main/pg_hba.conf /etc/postgresql/8.2/main/pg_hba.conf psql=/usr/bin/psql start_cmd=if [ -r /etc/init.d/postgresql-7.4 ]; then /etc/init.d/postgresql-7.4 start; else /etc/init.d/postgresql-8.2 start; fi basedb=template1 perpage=25 plib= pass= login=postgres stop_cmd=if [ -r /etc/init.d/postgresql-7.4 ]; then /etc/init.d/postgresql-7.4 stop; else /etc/init.d/postgresql-8.2 stop; fi pid_file=/var/run/postmaster.pid nodbi=0 dump_cmd=/usr/bin/pg_dump rstr_cmd=/usr/bin/pg_restore sameunix=1 access=*: * blob_mode=0 add_mode=1 date_subs=0 style=0 max_dbs=50 simple_sched=0 access_own=0 max_text=1000