| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Brian Kitzberger" <KITZBERGERB(at)mail(dot)co(dot)stanislaus(dot)ca(dot)us> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Hi, |
| Date: | 2006-03-22 22:38:08 |
| Message-ID: | 20585.1143067088@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"Brian Kitzberger" <KITZBERGERB(at)mail(dot)co(dot)stanislaus(dot)ca(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | woodb | 2006-03-22 23:53:18 | Re: Advantages of PostgreSQL over MySQL 5.0 |
| Previous Message | Jimbo1 | 2006-03-22 22:34:09 | Re: Advantages of PostgreSQL over MySQL 5.0 |