Le 12/01/2011 18:23, jan-peter.seif...@gmx.de a écrit :
> Hello,
> 
> -------- Original-Nachricht --------
>> Datum: Tue, 11 Jan 2011 23:52:11 +0100
>> Von: Guillaume Lelarge <guilla...@lelarge.info>
>> An: Jan-Peter Seifert <jan-peter.seif...@gmx.de>
>> CC: pgadmin-support@postgresql.org
>> Betreff: Re: [pgadmin-support] 1.12.1 - cannot dump from older server 
>> versions
> 
> I've compared the calls made by both versions of pgAdmin:
> 
> 1.10.5
> C:\Program Files (x86)\PostgreSQL\8.4\bin\pg_dump.exe --host localhost --port 
> 5432 --username postgres --format custom --blobs --verbose --file 
> "D:\db.backup" db
> 
> 
> 1.12.2:
> C:\Program Files (x86)\PostgreSQL\8.4\bin\pg_dump.exe --host localhost --port 
> 5432 --username "postgres" --format custom --blobs --verbose --file 
> "D:\db.backup" db
> 
> There's just a slight difference in that the username gets quoted by 1.12.2
> 

Yeah, that's a bug of 1.12.2, but I'm quite sure it doesn't explain the
time difference. Bug fixed BTW.


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to