[postgres@microbizz.nl: Getting multiple values from a sequence?generator] - Mailing list pgsql-hackers

From Alvaro Herrera
Subject [postgres@microbizz.nl: Getting multiple values from a sequence?generator]
Date
Msg-id 20071214162104.GB6992@alvh.no-ip.org
Whole thread Raw
List pgsql-hackers
----- Forwarded message from Adriaan van Os <postgres@microbizz.nl> -----

From: Adriaan van Os <postgres@microbizz.nl>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Fri, 14 Dec 2007 17:00:19 +0100
Subject: Getting multiple values from a sequence generator
Message-ID: <4762A893.2030503@microbizz.nl>

Following up on a thread at pgsql-bugs <http://archives.postgresql.org/pgsql-bugs/2007-12/msg00081.php>

The idea is to add an optional increment parameter to nextval. This is 
useful e.g. during a COPY bulk import.

For details see the above thread.

Regards,

Adriaan van Os


-- 
Alvaro Herrera                         http://www.flickr.com/photos/alvherre/
"Es filósofo el que disfruta con los enigmas" (G. Coli)


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: EXPLAIN ANALYZE printing logical and hardware I/O per-node
Next
From: Andrew Sullivan
Date:
Subject: Re: Negative LIMIT and OFFSET?