Showing posts with label postgresql. Show all posts
Showing posts with label postgresql. Show all posts

Friday, 25 October 2013

Configuring PostgreSQL to listen on all IPs

Tested on CentOS 6. Modify the line:

listen_addresses = '*'

In the /var/lib/pgsql/data/postgresql.conf file.