Re: BUG #3811: Getting multiple values from a sequence generator - Mailing list pgsql-bugs

From Simon Riggs
Subject Re: BUG #3811: Getting multiple values from a sequence generator
Date
Msg-id 1197288850.4255.959.camel@ebony.site
Whole thread Raw
In response to Re: BUG #3811: Getting multiple values from a sequence generator  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-bugs
On Mon, 2007-12-10 at 12:31 +0100, hubert depesz lubaczewski wrote:
> On Sun, Dec 09, 2007 at 03:32:17PM +0000, Simon Riggs wrote:
> > ALTER SEQUENCE blah INCREMENT BY val;
>
> this has the sideeffect that all concurrent nextvals() will also
> increment by val, which is not always acceptable.

So this is a feature proposal, not a bug?

Sounds interesting but needs to be on pgsql-hackers, please.

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com

pgsql-bugs by date:

Previous
From: NikhilS
Date:
Subject: Re: BUG #3811: Getting multiple values from a sequence generator
Next
From: Gregory Stark
Date:
Subject: Re: BUG #3811: Getting multiple values from a sequence generator