Re: [SQL] pg_dump and "archive = none" ??8

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Heiko Wilms <wilms(at)stud(dot)fh-hannover(dot)de>
Cc: "pgsql-sql(at)postgreSQL(dot)org" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] pg_dump and "archive = none" ??8
Date: 1999-11-06 16:45:10
Message-ID: 199911061645.LAA28567@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Hi,
>
> I just upgraded from 6.1 to 6.5.2. The databases were saved with pg_dump
> before.
> When I tried to restore them something went wrong while creating the
> tables. The postmaster
> complained about "archive = none" after the table definition part in the
> dumpfile. It looked like this:
> create table foo (var1 text, var2 ....) archive = none;
> Even pg_dump -d puts the archive tag in the dumpfile.
> So I deleted that and everything went its way.
> Testing the database didn't make any trouble but now I wonder if there
> might occur a problem
> some day because of this a"archive" stuff.
> Any idea?

Just remove the archive lines. I think they were removed around then.
They should have just been ignored by the input routines for a few
releases, I guess.

--
Bruce Momjian | http://www.op.net/~candle
maillist(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-sql by date

  From Date Subject
Next Message Tom Lane 1999-11-06 18:12:27 Re: [SQL] How to get last 10 rows in a table on a large database?
Previous Message Peter Eisentraut 1999-11-06 14:48:59 Re: [SQL] calulating with money type impossible ?