Re: BUG #6591: pg_dump version not compatible

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: helgisteinar(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6591: pg_dump version not compatible
Date: 2012-04-16 08:17:31
Message-ID: 4F8BD59B.6040802@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 15.04.2012 22:07, helgisteinar(at)gmail(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 6591
> Logged by: Helgi Steinar
> Email address: helgisteinar(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message emiliano.leporati 2012-04-16 09:21:53 BUG #6593: REASSIGN OWNED fails on extensions
Previous Message Dave Page 2012-04-16 07:58:56 Re: BUG #6591: pg_dump version not compatible