| From: | Alan Hodgson <ahodgson(at)simkin(dot)ca> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Resetting SEQUENCEs |
| Date: | 2007-10-18 17:33:48 |
| Message-ID: | 200710181033.48551@hal.medialogik.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thursday 18 October 2007, Laurent ROCHE <laurent_roche(at)yahoo(dot)com> wrote:
> Hi,
>
> I am quite surprised I could not find a way to automatically reset the
> value of a sequence for all my tables.
>
> Of course, I can write:
> SELECT setval('serial', max(id)) FROM distributorsBut if I reload data
> into all my tables, it's a real pain to have to write something like this
> for every single table with a sequence.
>
> I would expect PostgreSQL to provide some command like:
> resynchAllSequences my_schema;
>
> Can this be a feature in the future ?
>
Restoring backups normally will set sequences to the correct values; you're
doing something wrong if yours are not.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Filip Rembiałkowski | 2007-10-18 17:33:50 | Re: Resetting SEQUENCEs |
| Previous Message | brian | 2007-10-18 17:33:10 | Re: Am I overseen ? |