-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
If I have a .pgpass file with multiple lines, it seems only the first line is used.
I think this is due to the [0]
in
pgpass = Hash[%i[hostname port database user password].zip(File.readlines(config[:pgpass])[0].strip.split(':'))] |
Given the postgres docs on the pgpass file format, I expected this to work the same way.
Metadata
Metadata
Assignees
Labels
No labels