A collection of classes and commands for automated command line scripting using Python.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# TYPE DATABASE USER ADDRESS METHOD
|
|
local all postgres trust
|
|
local sameuser all md5
|
|
host all postgres ::1/128 trust
|
|
host all postgres localhost trust
|
|
host sameuser all ::1/128 md5
|
|
host sameuser all localhost md5
|
|
host sameuser all 127.0.0.1/32 md5
|
|
|