Re: pgAdmin linking to the wrong pg_dump - Mailing list pgadmin-support

From Guillaume Lelarge
Subject Re: pgAdmin linking to the wrong pg_dump
Date
Msg-id 4C9B28A9.7@lelarge.info
Whole thread Raw
In response to Re: pgAdmin linking to the wrong pg_dump  (Raymond O'Donnell <rod@iol.ie>)
Responses Re: pgAdmin linking to the wrong pg_dump  (Dave Page <dpage@pgadmin.org>)
List pgadmin-support
Le 23/09/2010 12:06, Raymond O'Donnell a écrit :
> On 23/09/2010 10:52, Cousin Florence wrote:
>> I do not understand why pgAdmin searches pg_dump in this location. I
>> still have an "old" pgAdmin 1.10 installed, but it is not in the path
>> (I checked it) How can I correct it, so that pgAdmin links to the
>> pg_dump located in "C:\Program Files\pgAdmin III\1.12"?
> 
> Hi there,
> 
> Go to File -> Options, and on the "General" tab look for "PG bin path" -
> enter the correct path here.
> 

And, actually, there are no really good answers to this question. You
need a pg_dump release that goes along with the server release you will
use to restore your dump. I mean, if you want to dump a database on a
8.3 server and restore it on a 8.4, you need either a 8.3 or a 8.4
pg_dump (preferably a 8.4 one). Not a 9.0, not a <8.3. If you dump with
pgAdmin 1.12, you will have (by default) a 9.0 dump which you may have
problems to restore on the 8.4 server.

Users have to know that pgAdmin's dump and restore facilities use
pg_dump and pg_restore of the last available PostgreSQL release by default.


-- 
Guillaumehttp://www.postgresql.frhttp://dalibo.com


pgadmin-support by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: pgAdmin linking to the wrong pg_dump
Next
From: Valentine Gogichashvili
Date:
Subject: Connection color is not correctly changed in query windows connection drop-down.