"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