Re: Bug #458: serial data type problem

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: <martin_teoh(at)hotmail(dot)com>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug #458: serial data type problem
Date: 2001-09-20 14:02:22
Message-ID: Pine.LNX.4.30.0109201601300.684-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:

> How can I make the transaction_code not to increase if the record is
> not added into the table?

This is a question, not a bug report.

Sequences may contain holes. If you don't want that you can't use
sequences.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-09-20 18:04:49 Bug #462: bug in ODBC interface in unix environment
Previous Message pgsql-bugs 2001-09-20 13:15:41 Bug #461: serial data type problem