Re: pg_dump - option for just dumping sequences?

From: Justin Clift <jc(at)telstra(dot)net>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump - option for just dumping sequences?
Date: 2004-07-16 05:14:38
Message-ID: 40F7643E.3070805@telstra.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Kings-Lynne wrote:
>> Does anyone else think it would be a useful thing adding an option to
>> pg_dump for outputting just the sequences?
>>
>> Or perhaps there's an easy way of doing this I just haven't thought of?
>
> Can't you just grep the output for pg_catalog.setval and SET SESSION
> AUTHORIZATION?

Arrrgh, yep.

Thanks Chris, I must be in space cadet mode today. :(

Regards and best wishes,

Justin Clift

> Chris

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-07-16 05:18:40 Re: Converting epoch to timestamp
Previous Message Christopher Kings-Lynne 2004-07-16 05:12:36 Re: Converting epoch to timestamp