On Wed, 2012-02-01 at 12:08 +0530, Siva Palanisamy wrote:
> Hi there!
>
> I'm inserting bulk records using COPY statement in PostgreSQL, and is
> successful. When I try to insert a record later manually, it throws duplicate
> sequence id error. What I realize is, the sequence ids are not getting
Hi there!
I'm inserting bulk records using COPY statement in PostgreSQL, and is
successful. When I try to insert a record later manually, it throws duplicate
sequence id error. What I realize is, the sequence ids are not getting updated
in its cache. Should I manually update the sequence number