Setting sequence ids after importing data - Mailing list pgsql-novice

From Hari Patel
Subject Setting sequence ids after importing data
Date
Msg-id 77a93e850605081743k284b71bby622c2e84918e265d@mail.gmail.com
Whole thread Raw
Responses Re: Setting sequence ids after importing data
List pgsql-novice
Hi:

I am importing data from sqlite db into postgres. The tables have an id column that is obtained from a sequence.

To preserve the foreign key relationships, I need to preserve the ids while importing into postgres.

The problem is that after import, the sequences don't get incremented which leads to unique constraint violation errors further down.
How do I fix this ?

Thanks,
Hari

pgsql-novice by date:

Previous
From: John Purser
Date:
Subject: Re: Command line option
Next
From: Sean Davis
Date:
Subject: Re: Setting sequence ids after importing data