Re: [pgadmin-support] Stop pgpass.conf EOL conversion

2014-09-05 Thread Daniel Browning
On Friday 05 September 2014 12:38:26 pm Dave Page wrote: > pgAdmin writes that file whenever a user successfully logs into a server > with a new password for the first time, and opts to save it. Ah, that probably explains what happened to me. I had all my passwords already setup in pgpass, and ev

Re: [pgadmin-support] Stop pgpass.conf EOL conversion

2014-09-05 Thread Daniel Browning
On Friday 05 September 2014 12:57:21 am Dave Page wrote: > On Thu, Sep 4, 2014 at 11:23 PM, Daniel Browning wrote: > > Do you agree with modifying pgAdmin so that it stops converting the EOL > > characters in the pgpass.conf file from unix-style (\n) to Windows-style > > (\r

[pgadmin-support] Stop pgpass.conf EOL conversion

2014-09-04 Thread Daniel Browning
Do you agree with modifying pgAdmin so that it stops converting the EOL characters in the pgpass.conf file from unix-style (\n) to Windows-style (\r\n)? It works fine with unix-style line endings, and if the file is in that format already, I think it should leave well enough alone. The reason