How are seqences dumped and transferred?

From: Александър Шопов <lists(at)kambanaria(dot)org>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: How are seqences dumped and transferred?
Date: 2010-06-23 20:21:41
Message-ID: 1277324501.6401.10.camel@kochinka
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2010-06-23 21:54:40 Re: How are seqences dumped and transferred?
Previous Message Александър Шопов 2010-06-23 19:26:02 How are seqences dumped and transferred?