Re: Dump from Postgresql95

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: craig(at)tool(dot)net
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Dump from Postgresql95
Date: 2001-07-12 20:07:29
Message-ID: 200107122007.f6CK7TF27732@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> I found the problem. The CREATE TABLE statements from the
> Postgre95 dump had "archive = none" at the end, right before
> the semicolon. Once I took these out to fix those errors,
> the import went smoothly.
>
> So, out of curiosity, what is the "archive = none" all about
> and why is it no longer valid?

That was an old Berkeley feature, never used by us. Something about
archiving to cdrom. We silently ignored it for many releases, then
finally ripped it out. We never anticipated a Postgres95 users still
having useful data. :-)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tony Reina 2001-07-13 00:16:42 Determining which users are logged onto the db
Previous Message craig 2001-07-12 19:11:38 Re: Dump from Postgresql95