Re: lastval() - Mailing list pgsql-patches

From Neil Conway
Subject Re: lastval()
Date
Msg-id 42815809.9070804@samurai.com
Whole thread Raw
In response to lastval()  (Dennis Bjorklund <db@zigo.dhs.org>)
Responses Re: lastval()
Re: lastval()
Re: lastval()
Re: lastval()
List pgsql-patches
Dennis Bjorklund wrote:
> Here is a small patch that implements a function lastval() that
> works just like currval() except that it give the current
> value of the last sequence used by nextval().

What do people think of this idea? (Tom seems opposed, I'm just
wondering if there are other opinions out there.)

I like the concept, but I haven't looked at the code -- I'd be happy to
review the implementation, although I won't waste my time if most people
are opposed to the idea itself.

-Neil

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: lastval()
Next
From: "Joshua D. Drake"
Date:
Subject: Re: lastval()