Re: second post: pg_dump and revision control

Поиск
Список
Период
Сортировка
От Peter Dimov
Тема Re: second post: pg_dump and revision control
Дата
Msg-id 20020604072620.47295.qmail@web21510.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: second post: pg_dump and revision control  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: second post: pg_dump and revision control  ("Joshua b. Jore" <josh@greentechnologist.org>)
Список pgsql-general

Hi,

many thanks for the answer.

I did it and in my log I see many messages as:

" Object restored from Revision Log (Version 0).
2002-04-23 08:39:26-04  myuser  A       Table   test    2784641         1
CREATE TABLE "test" (\
  "ids" varchar(20)\
);
\

"

I think it is clear that the problem is in the revision control.

The question is: How to disable this revision control by data import and/or by data export?

I readet the docs but don't find any info about it.

 

Many thanks.

 

  Stephan Szabo <sszabo@megazone23.bigpanda.com> wrote:


On Mon, 3 Jun 2002, Peter Dimov wrote:

>
> Hi all,
>
> I am using postgresql 7.2 on linux and if I try to make
>
> pg_dump, the system generate a big dump file.
>
> I think it depend on revision control on my database.
>
> If it is so how can I dump my data without this revision control?

You had said trying to reload gave parser errors. I'd suggest
turning on query logging to see what the queries erroring are
as a first step.


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org



Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: second post: pg_dump and revision control
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: View vs. Statement Query Plan