Re: Hi, - Mailing list pgsql-general

From Tom Lane
Subject Re: Hi,
Date
Msg-id 20585.1143067088@sss.pgh.pa.us
Whole thread Raw
In response to Hi,  ("Brian Kitzberger" <KITZBERGERB@mail.co.stanislaus.ca.us>)
List pgsql-general
"Brian Kitzberger" <KITZBERGERB@mail.co.stanislaus.ca.us> writes:
> When I did I get "pg_dump: server version: 8.1.3; pg_dump version:
> 7.4.8"

Apparently you already had a 7.4.8 postgres installed on your machine.
Most versions of Linux do have PG in them.  You probably want to remove
the 7.4.8 files to avoid confusion like this.

> The dump also failed with this error:
> Error message from server: ERROR: column "datpath" does not exist

That's because that version of pg_dump is too old to understand the 8.1
server's catalog layout.  There's a good reason why it refused to dump
from a newer server by default; it knows it probably ain't gonna work.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: question about the admin contrib module and binary
Next
From: "Alain BAUDHUIN"
Date:
Subject: substitute for array functions in postgresql v7.3 ?