Re: BUG #6591: pg_dump version not compatible - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #6591: pg_dump version not compatible
Date
Msg-id 4F8BD59B.6040802@enterprisedb.com
Whole thread Raw
In response to BUG #6591: pg_dump version not compatible  (helgisteinar@gmail.com)
List pgsql-bugs
On 15.04.2012 22:07, helgisteinar@gmail.com wrote:
> The following bug has been logged on the website:
>
> Bug reference:      6591
> Logged by:          Helgi Steinar
> Email address:      helgisteinar@gmail.com
> PostgreSQL version: 9.1.3
> Operating system:   Mac OSX 10.7.3
> Description:
>
> I downloaded and installed the version of Postgres using the installer from
> http://www.enterprisedb.com/products-services-training/pgdownload#osx
>
> When trying to use pg_dump the result is
>
> pg_dump: server version: 9.1.3; pg_dump version: 9.0.5

You need to use a pg_dump version that's greater than or equal to the
version of the server. It looks like your pg_dump binary is not the
version that comes with the server installer. Maybe you had an older
version of PostgreSQL installed already, and running "pg_dump" in a
shell picked up the older version? Check your $PATH.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-bugs by date:

Previous
From: Dave Page
Date:
Subject: Re: BUG #6591: pg_dump version not compatible
Next
From: emiliano.leporati@gmail.com
Date:
Subject: BUG #6593: REASSIGN OWNED fails on extensions