Search Postgresql Archives

Re: sequence increment jumps?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"John Smith" <jayzee.smith@xxxxxxxxx> writes:

> i had insert errors yesterday ("ERROR: invalid input syntax for
> integer" "ERROR: column 'columnname' is of type date but expression is
> of type integer") but they didn't cause any increment jumps. and when
> i insert a record now the sequence increments just fine.
>
> bug or nature of the beast? how to reset? btw using 8.1, got no other
> sessions, no record deletes, no triggers, no rules.

Nature of the beast.  Sequence increments aren't rolled back on
transaction abort (for performance and concurrency reasons), so you
should expect gaps.

-Doug


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux