Re: [GENERAL] pgadmin 1.8.4 gives error while backing up

2009-04-17 Thread Dave Page
On Fri, Apr 17, 2009 at 4:06 PM, Tom Lane wrote: > As of 8.4, pg_dump ignores --ignore-version altogether, because of the > way it's been rampantly abused.  There was never any intention that that > should be a flag to use routinely; it was meant to get you out of > emergency situations where you

Re: [GENERAL] pgadmin 1.8.4 gives error while backing up

2009-04-17 Thread Tom Lane
Dave Page writes: > On Fri, Apr 17, 2009 at 3:10 PM, Tom Lane wrote: >> Quan Zongliang writes: >>> In next version(1.10), pgAdmin add a new option to ignore version mismatch >>> check. >> >> This is a really bad idea, as it opens you up to the possibility of >> silently wrong dumps. > It's us

Re: [GENERAL] pgadmin 1.8.4 gives error while backing up

2009-04-17 Thread Dave Page
On Fri, Apr 17, 2009 at 3:10 PM, Tom Lane wrote: > Quan Zongliang writes: >> In next version(1.10), pgAdmin add a new option to ignore version mismatch >> check. > > This is a really bad idea, as it opens you up to the possibility of > silently wrong dumps. It's using the --ignore-version flag

Re: [GENERAL] pgadmin 1.8.4 gives error while backing up

2009-04-17 Thread Tom Lane
Quan Zongliang writes: > In next version(1.10), pgAdmin add a new option to ignore version mismatch > check. This is a really bad idea, as it opens you up to the possibility of silently wrong dumps. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-genera

Re: [GENERAL] pgadmin 1.8.4 gives error while backing up

2009-04-17 Thread Quan Zongliang
> I think this is a bug in the version. > If linux and windows pg_dump are not the same and what can be I do to backup > the database. Hi, In next version(1.10), pgAdmin add a new option to ignore version mismatch check. Beta2 is here: http://www.postgresql.org/ftp/pgadmin3/release/v1.10.0-beta2/

Re: [GENERAL] pgadmin 1.8.4 gives error while backing up

2009-04-17 Thread kabindra
I think this is a bug in the version. If linux and windows pg_dump are not the same and what can be I do to backup the database. Thanks Joshua D. Drake wrote: > > On Thu, 16 Apr 2009 21:05:41 -0700 (PDT), kabindra > wrote: >> Hello >> I am using pgplus 8.3 in linux(centos) and trying to back

Re: [GENERAL] pgadmin 1.8.4 gives error while backing up

2009-04-16 Thread Joshua D. Drake
On Thu, 16 Apr 2009 21:05:41 -0700 (PDT), kabindra wrote: > Hello > I am using pgplus 8.3 in linux(centos) and trying to backup the database > from windows machine using pgadmin 1.8.4 but i get an error while backing > up. It says version mismatched and use -i option if I want to proceed. > If

[GENERAL] pgadmin 1.8.4 gives error while backing up

2009-04-16 Thread kabindra
Hello I am using pgplus 8.3 in linux(centos) and trying to backup the database from windows machine using pgadmin 1.8.4 but i get an error while backing up. It says version mismatched and use -i option if I want to proceed. If anybody knows what going on please email me or reply on this post. T