Re: pg_dump error - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_dump error
Date
Msg-id 21172.1068142823@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump error  ("David C. Brown" <dbrown@centennialwines.com>)
List pgsql-admin
"David C. Brown" <dbrown@centennialwines.com> writes:
> It says that it's using pg_dump version 7.2.2.  I'm not sure if that is
> the version that comes with 7.3.3, but PostgreSQL was compile fresh from
> source on the new machine.  Where it got this version of
> pg_dump/pg_dumpall I'm unclear of.

Your PATH is set up to find the 7.2 executables (in particular pg_dump)
before, or instead of, the ones installed for 7.3.  You need to fix the
PATH setting to find the 7.3 versions.

            regards, tom lane

pgsql-admin by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: performance problem - 10.000 databases
Next
From: "David C. Brown"
Date:
Subject: Re: pg_dump error