Re: Re: BUG #8582: field serial getted incorrect value from automaticaly created its sequence

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Re: BUG #8582: field serial getted incorrect value from automaticaly created its sequence
Date: 2013-11-07 20:18:30
Message-ID: 527BF596.70307@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 11/7/2013 11:16 AM, David Johnston wrote:
> If the sequence was upper-bound
> limited that same conditions that caused the out-of-range error will just
> generate a different kind of error (not sure which one if the sequence is
> exhausted).

indeed. and being curious myself, the error is...

ERROR: nextval: reached maximum value of sequence "t_id_seq" (20)

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sandeep Thakkar 2013-11-08 13:02:44 Re: BUG #8583: I can't install this product
Previous Message Tom Lane 2013-11-07 19:22:34 Re: BUG #8408: Not exactly correct error messages for failed check in presence of dropped columns.