Re: Support for grabbing multiple consecutive values with nextval()

2022-07-01 Thread Jille Timmermans
On 2022-04-08 15:33, Greg Stark wrote: On Sun, 27 Feb 2022 at 07:09, Jille Timmermans wrote: First time PostgreSQL contributor here :) I wish I had noticed this patch during the CF. It seems like a nice self-contained feature that could have been easily reviewed and committed and it's a

Re: Support for grabbing multiple consecutive values with nextval()

2022-03-03 Thread Jille Timmermans
On 2022-03-03 10:10, Peter Eisentraut wrote: On 02.03.22 20:12, Jille Timmermans wrote: On 2022-02-28 11:13, Peter Eisentraut wrote: On 27.02.22 10:42, Jille Timmermans wrote: I wanted to be able to allocate a bunch of numbers from a sequence at once. Multiple people seem to be struggling

Re: Support for grabbing multiple consecutive values with nextval()

2022-03-02 Thread Jille Timmermans
On 2022-02-28 11:13, Peter Eisentraut wrote: On 27.02.22 10:42, Jille Timmermans wrote: I wanted to be able to allocate a bunch of numbers from a sequence at once. Multiple people seem to be struggling with this (https://stackoverflow.com/questions/896274/select-multiple-ids-from-a-postgresql

Re: Support for grabbing multiple consecutive values with nextval()

2022-02-27 Thread Jille Timmermans
On 2022-02-27 14:22, Julien Rouhaud wrote: Hi, On Sun, Feb 27, 2022 at 10:42:25AM +0100, Jille Timmermans wrote: First time PostgreSQL contributor here :) Welcome! Thanks! I wanted to be able to allocate a bunch of numbers from a sequence at once. Multiple people seem to be struggling

Support for grabbing multiple consecutive values with nextval()

2022-02-27 Thread Jille Timmermans
uding the newly added regression tests. It does change the signature of nextval_internal(), not sure if that's considered backwards compatibility breaking (for extensions?). -- JilleFrom 403993dfea71068070185dd14fa3f5ff26d5f791 Mon Sep 17 00:00:00 2001 From: Jille Timmermans Date: Sun,