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 :-)
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
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