pg_dump and "archive = none" ??

From: Heiko Wilms <wilms(at)stud(dot)fh-hannover(dot)de>
To: "pgsql-sql(at)postgreSQL(dot)org" <pgsql-sql(at)postgreSQL(dot)org>
Subject: pg_dump and "archive = none" ??
Date: 1999-11-06 10:28:30
Message-ID: 382402CD.3D97A91F@stud.fh-hannover.de
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?

Heiko

--
H. Wilms

Homepage schering.si.uni-hannover.de/hugo
email wilms(at)stud(dot)fh-hannover(dot)de

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Alex 1999-11-06 10:37:17 How to get last 10 rows in a table on a large database?
Previous Message Frederic boucher 1999-11-06 09:45:01 Re: [SQL] Accessing other database...