Re: [pgadmin-support] Parallel Jobs option feature for backup

2013-09-09 Thread Dave Page
On Sat, Sep 7, 2013 at 7:06 PM, Paragon Corporation wrote: > Now that PostgreSQL 9.3 has the parallel backup feature in pg_dump, would it > be possible to have that option on the pgAdmin Backup menu panel? > > I didn't see it on 1.18.0 RC1 when connected to PostgreSQL 9.3 db. Patches welcome :-)

Re: [pgadmin-support] Second message: "Problem generating database using pgAdmin III - PostgreSQL version is 9.1"

2013-09-09 Thread Hager, Paul CIV NAVSEA Crane, NAVSEA
I was only able to get to this today. I created the two files - schema and data per your suggestion below. Ended up with a relatively small schema file and a large data file, which is what I expected. They are located c:documents and settings\phager\my documents or something similar. Then I

[pgadmin-support] PgAdmin 1.18 possible bug in DROP USER MAPPING

2013-09-09 Thread Bartosz Dmytrak
Hello all, First of all - thanks a lot for new version! I've noticed wrong quotation in drop user mapping statement generated by pgAdmin: It is: DROP USER MAPPING FOR public SERVER Repository@localhost; It should be: DROP USER MAPPING FOR public SERVER "Repository@localhost"; Same for ALTER US