Re: Problem with unique key

From: "Greg Peters" <gregpeters79(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with unique key
Date: 2006-11-28 09:35:15
Message-ID: 9bc001470611280135m22574434w950acb6118bd90fe@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks all,

with your help I figured out what happened. You are all correct in that the
sequence is out of sync with the "key" value. I dumped the db and then
selectively restored it from the sql file some time ago by cutting and
pasting directly to the command prompt. I must have left out the commands
that tell it what the current value of the sequence is. Problen solved.

Many thanks,
Greg.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2006-11-28 10:01:22 Re: sequence help
Previous Message Richard Huxton 2006-11-28 09:34:32 Re: Problem with unique key