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 Dave Page
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. If the user then edits the file in notepad (maybe to add new details for a server to use from psql), they'll run into problems. -- Dave Page Blog: http://pgsnak

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\n)? > > > > It works f

Re: [pgadmin-support] PgAdmin Crash Dialog

2014-09-05 Thread Dave Page
On Fri, Sep 5, 2014 at 3:55 PM, Scott Furry wrote: > On 05/09/14 08:01 AM, Dave Page wrote: >> >> OK. Judging from the stacktrace, it's wxWidgets that's at fault here. >> Event: Crash dialog when right clicking a collapsed PgAdmin window in Task panel Replication Steps:

Re: [pgadmin-support] PgAdmin Crash Dialog

2014-09-05 Thread Dave Page
Hi Ray On Fri, Sep 5, 2014 at 3:50 PM, Raymond O'Donnell wrote: > On 05/09/2014 15:01, Dave Page wrote: > >> Unfortunately there are a number of such bugs that are not actually in >> pgAdmin and we've been unable to get fixed. That's one of the reasons >> why we're starting work on pgAdmin 4 whic

Re: [pgadmin-support] PgAdmin Crash Dialog

2014-09-05 Thread Scott Furry
On 05/09/14 08:01 AM, Dave Page wrote: OK. Judging from the stacktrace, it's wxWidgets that's at fault here. Event: Crash dialog when right clicking a collapsed PgAdmin window in Task panel Replication Steps: Unable to replicate There's several ways to make the stock Debian and apt.postgresql.

Re: [pgadmin-support] PgAdmin Crash Dialog

2014-09-05 Thread Raymond O'Donnell
On 05/09/2014 15:01, Dave Page wrote: > Unfortunately there are a number of such bugs that are not actually in > pgAdmin and we've been unable to get fixed. That's one of the reasons > why we're starting work on pgAdmin 4 which won't use wxWidgets. It Hi Dave, Out of curiosity, what are you usin

Re: [pgadmin-support] PgAdmin Crash Dialog

2014-09-05 Thread Dave Page
Hi Christoph On Fri, Sep 5, 2014 at 9:50 AM, Christoph Berg wrote: > Re: Leonard Boyce 2014-08-29 > >> Hi Dave, >> >> Sorry to say, no symbols in the pgadmin3 binary or any of the wx libs. > > The debug symbols (from -g2 -O2) are in a separate package, > pgadmin3-dbg. The binaries in "pgadmin3"

Re: [pgadmin-support] PgAdmin Crash Dialog

2014-09-05 Thread Christoph Berg
Re: Leonard Boyce 2014-08-29 > Hi Dave, > > Sorry to say, no symbols in the pgadmin3 binary or any of the wx libs. The debug symbols (from -g2 -O2) are in a separate package, pgadmin3-dbg. The binaries in "pgadmin3" are stripped, same for the libs. That said, we ship a non-debug build in terms

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

2014-09-05 Thread Dave Page
Hi 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\n)? > > It works fine with unix-style line endings, and if the file is in that form