Re: sequences w/o holes

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Marian Naghen <naghen(at)ratb(dot)ro>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: sequences w/o holes
Date: 2005-12-19 09:18:26
Message-ID: 43A67AE2.1030100@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Marian Naghen schrieb:
> Can anyones suggest some readings about implementing
> sequences w/o holes ?

not w/o a busload of race conditions and/or heavy locking.
Usually you want to avoid this.
So are you really sure you dont just want if for cosmetics?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Glaesemann 2005-12-19 09:21:58 Re: sequences w/o holes
Previous Message Richard Huxton 2005-12-19 09:14:11 Re: Access bool integer solution