May 2018
Intermediate to advanced
576 pages
30h 25m
English
By default, PostgreSQL gives access to clients who connect using Unix sockets, provided that the database user is the same as the system's username. Here, we'll show you how to enable other connections.
The steps are as follows:
listen_addresses = '*'
# TYPE DATABASE USER CIDR-ADDRESS METHOD host all all 0.0.0.0/0 md5