pg_dump and "archive = none" ??

Поиск
Список
Период
Сортировка
От Heiko Wilms
Тема pg_dump and "archive = none" ??
Дата
Msg-id 382402CD.3D97A91F@stud.fh-hannover.de
обсуждение исходный текст
Ответы Re: [SQL] pg_dump and "archive = none" ??
Re: [SQL] pg_dump and "archive = none" ??8
Список 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@stud.fh-hannover.de





В списке pgsql-sql по дате отправления:

Предыдущее
От: Klaus Woelfel
Дата:
Сообщение: showing the DEFAULT of a field
Следующее
От: Alex@Icepick.com (Alex)
Дата:
Сообщение: How to get last 10 rows in a table on a large database?