Re: [pgadmin-support] wxWidgets versioning

2014-07-21 Thread Guillaume Lelarge
2014-07-21 20:53 GMT+02:00 Scott Furry : > Is there work underway to update pgAdmin to use the 3.0 branch of > wxWidgets? > > AFAICT, this work is already done. I didn't check lately though. > The INSTALL file and build-wxgtk make mention of the need for the > wxWidgets 'contrib' directory. > My

[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] Exporting Table-Specified BLOBs Only?

2014-07-21 Thread Guillaume Lelarge
2014-07-21 18:47 GMT+02:00 Braunstein, Alan : > Is any Developer looking at this issue? > AFAICT, you want a new feature for pg_dump, not from pgAdmin. So you should ask on pgsql-hackers, not pgadmin-support. And I don't think anyone is working on this. > > > *From:* pgadmin-support-ow...@post

Re: [pgadmin-support] Exporting Table-Specified BLOBs Only?

2014-07-21 Thread Braunstein, Alan
Is any Developer looking at this issue? From: pgadmin-support-ow...@postgresql.org [mailto:pgadmin-support-ow...@postgresql.org] On Behalf Of Braunstein, Alan Sent: Monday, April 28, 2014 1:05 PM To: pgadmin-support@postgresql.org Subject: [pgadmin-support] Exporting Table-Specified BLOBs Only?

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

2014-07-21 Thread Guillaume Lelarge
Le 21 juil. 2014 17:34, "Scott Furry" a écrit : > > > 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 direct

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 psql. Absolute pa