How are seqences dumped and transferred? - Mailing list pgsql-novice

From Александър Шопов
Subject How are seqences dumped and transferred?
Date
Msg-id 1277324501.6401.10.camel@kochinka
Whole thread Raw
Responses Re: How are seqences dumped and transferred?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Hi everyone,
How are sequences' state dumped and transferred via pg_dump?
I am dumping and restoring a database via pg_dump. In the dump file I
have CREATE SEQUENCE and ALTER SEQUENCE commands. The ALTERs are just
for ownership, which leaves the CREATEs for transferring the current
state of the sequence (perhaps with the START [ WITH ] start clauses).
        Am I right?
        Kind regards:
        al_shopov




pgsql-novice by date:

Previous
From: Mladen Gogala
Date:
Subject: Re: CPU usage when building a schema
Next
From: Tom Lane
Date:
Subject: Re: How are seqences dumped and transferred?