Re: psql won't accept pg_dump - Mailing list pgsql-admin

From Michael Hipp
Subject Re: psql won't accept pg_dump
Date
Msg-id 418FE72F.6050601@Hipp.com
Whole thread Raw
In response to Re: psql won't accept pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Tom Lane wrote:

> Michael Hipp <Michael@Hipp.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

You were right on both counts. Thank you!

Michael


pgsql-admin by date:

Previous
From: Carlos Lopez
Date:
Subject: Re: [PERFORM] poor performance in migrated database
Next
From: David Bear
Date:
Subject: using oids as primary keys and foreign keys