aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/pg_hba
blob: 22a83beb09114e945f5f541710507ae024d0b9bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Example config file for Postgres95 host based access
#
# Lines starting with "all" apply to all databases.  Otherwise the first
# column has to match the name of the database being connected to.  Up to
# ten config lines can apply to each database.  Mask specifies bits that 
# aren't counted. After those bits are taken out, the connection address 
# must match the address in the middle column.
#
# <name>	<address>	<mask>
#
all		127.0.0.1	0.0.0.0