Re: psql won't accept pg_dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Hipp <Michael(at)Hipp(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: psql won't accept pg_dump
Date: 2004-11-08 20:11:12
Message-ID: 9977.1099944672@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Michael Hipp <Michael(at)Hipp(dot)com> writes:
> ######### CASE #1
> psql:test.psql:18: ERROR: unrecognized configuration parameter
> "default_with_oids"

Apparently you're trying to use an 8.0 pg_dump with a 7.4 backend.

> ######### CASE #2
> psql:test.psql:42: ERROR: invalid input syntax for type timestamp:
> "2004-10-30
> 21:11:00 501 so3 Test Sat morning CMH 2004-10-30 11:11:43.25
> michael unknown"
> CONTEXT: COPY dailylog, line 1, column enttime: "2004-10-30 21:11:00
> 501 so3
> Test Sat morning CMH 2004-10-30 11:11:43.25 michael unknown"

This looks to me like something has changed the tab separators between
columns into spaces.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Carlos Lopez 2004-11-08 21:28:41 Re: [PERFORM] poor performance in migrated database
Previous Message Michael Hipp 2004-11-08 19:28:29 psql won't accept pg_dump