From: | Peter Dimov <jquest_j(at)yahoo(dot)com> |
---|---|
To: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: second post: pg_dump and revision control |
Date: | 2002-06-04 07:26:20 |
Message-ID: | 20020604072620.47295.qmail@web21510.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)megazone23(dot)bigpanda(dot)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(at)postgresql(dot)org
---------------------------------
Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2002-06-04 07:53:34 | Re: View vs. Statement Query Plan |
Previous Message | Stephan Szabo | 2002-06-04 06:42:37 | Re: second post: pg_dump and revision control |