Sequences not created, bug in pg_dump? - Mailing list pgsql-general

From Leonardo M. Ramé
Subject Sequences not created, bug in pg_dump?
Date
Msg-id 550AEE8D.3080008@griensu.com
Whole thread Raw
Responses Re: Sequences not created, bug in pg_dump?  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Hi, I'm creating a database dump excluding one table and found only the
sequences created implicitly (using serial type) are created when I
restore the dump.

The command I use is: pg_dump -T table_to_be_excluded mydb

I understand all related objects to the table to be excluded are not
dumpled, but why I don't get any CREATE SEQUENCE command in my dump?.

--
Leonardo M. Ramé
http://leonardorame.blogspot.com


pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: Installation Size showing huge size in postgres installed on windows os
Next
From: Adrian Klaver
Date:
Subject: Re: Sequences not created, bug in pg_dump?