pgdump and sequences - Mailing list pgsql-hackers

From Brook Milligan
Subject pgdump and sequences
Date
Msg-id 199901100250.TAA17457@trillium.nmsu.edu
Whole thread Raw
List pgsql-hackers
I've just migrated a database to 6.4.2 and was looking at the new
pgdump output.  It looks much better than earlier versions, but it
doesn't seem to include any information about sequences created
implicitly via the serial datatype.  Pgdump describes the field as one
might have before (e.g., int4 default nextval (table_id_seq)), but the
sequence is never created.  As a result, the script seems unable to
recreate the state of the database.

What is required to fix this?  Should this be a TODO item?

Cheers,
Brook


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] RE: [GENERAL] Benchmarking PGSQL against Microsoft SQL 7
Next
From: Karl Eichwalder
Date:
Subject: Re: TCL/TK configure problems