Re: [pgadmin-support] Found a bug

2014-10-04 Thread Scott Furry
confirm. Did you file a bug report with your observations? Regards, Scott Furry -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

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.

[pgadmin-support] wxWidgets versioning

2014-07-21 Thread Scott Furry
Is there work underway to update pgAdmin to use the 3.0 branch of wxWidgets? The INSTALL file and build-wxgtk make mention of the need for the wxWidgets 'contrib' directory. My understanding is that this directory was removed (probably why my builds are failing locally) with the release of 3.0

Re: [pgadmin-support] pg_hba.conf editing question

2014-07-21 Thread Scott Furry
On 21/07/14 08:58 AM, Christoph Berg wrote: That split conf-data setup is supported by PostgreSQL, so it's not Debian to blame. I think it is a bug (or missing feature) that pg_read_file doesn't let you read files in the conf directory. What probably works is if you create a symlink in the data

Re: [pgadmin-support] pg_hba.conf editing question

2014-07-21 Thread Scott Furry
On 20/07/14 03:40 PM, Scott Furry wrote: I'm just trying to understand how the pg_hba.conf file can be read in pgAdmin. I've tried variations to emulate the SQL commands used in pgAdmin to no avail. I'm using postgres db and postgres account to connect with the localhost via

Re: [pgadmin-support] pg_hba.conf editing question

2014-07-20 Thread Scott Furry
On 20/07/14 03:20 PM, Guillaume Lelarge wrote: 2014-07-20 23:15 GMT+02:00 Scott Furry <mailto:scott.wl.fu...@gmail.com>>: On 20/07/14 02:45 PM, Guillaume Lelarge wrote: 2014-07-19 18:11 GMT+02:00 Scott Furry mailto:scott.wl.fu...@gmail.com> <mai

Re: [pgadmin-support] pg_hba.conf editing question

2014-07-20 Thread Scott Furry
On 20/07/14 02:45 PM, Guillaume Lelarge wrote: 2014-07-19 18:11 GMT+02:00 Scott Furry <mailto:scott.wl.fu...@gmail.com>>: I am working with the pgAdmin git source and I am having trouble understanding the adminpack functions being used. In the file pgadmin/frm/frmHbaC

[pgadmin-support] pg_hba.conf editing question

2014-07-19 Thread Scott Furry
I am working with the pgAdmin git source and I am having trouble understanding the adminpack functions being used. In the file pgadmin/frm/frmHbaConfig.cpp, the pg_hba.conf edit form constructor appears to get the absolute path to the configuration file and stores this value in "serverFileName