Re: pg_dump output - Mailing list pgsql-hackers

From Philip Warner
Subject Re: pg_dump output
Date
Msg-id 3.0.5.32.20010213095641.0309d150@mail.rhyme.com.au
Whole thread Raw
In response to Re: pg_dump output  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
At 22:25 12/02/01 +0100, Kovacs Zoltan wrote:
>By the way, I get each sequence twice in pg_dump output... In psql:
>
>CREATE TABLE x (y SERIAL);
>
>Then running pg_dump with switches -xacnOD, I get:
>
>--
>-- Selected TOC Entries:
>--
>DROP SEQUENCE x_y_seq;
>DROP SEQUENCE x_y_seq;

Doesn't happen here - does anybody else see this?

Can you confirm it happens on a freshly created database? If so, can you try:
   pg_dump blah -Fc -v > z.bck

and send both the output and z.bck direct to me?


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/


pgsql-hackers by date:

Previous
From: "Martin A. Marques"
Date:
Subject: bad error message
Next
From: Tom Lane
Date:
Subject: Redundant UNIQUE specs (was Re: [GENERAL] bad error message)