Sunday, April 29, 2012

Client access / pgadmin access

In " var/lib/pgsql/data" edit the file  "pg_hba.conf" and add
 host    all         all         192.168.21.237/24        trust


also edit the file "postgresql.conf"  to refelect
 listen_addresses = '*'   

No comments: