Re: lastval() - Mailing list pgsql-patches

From Neil Conway
Subject Re: lastval()
Date
Msg-id 1117699762.2605.37.camel@localhost.localdomain
Whole thread Raw
In response to lastval()  (Dennis Bjorklund <db@zigo.dhs.org>)
Responses Re: lastval()
List pgsql-patches
On Sun, 2005-05-08 at 19:00 +0200, 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().

Have you had a chance to respin this patch per my earlier comments on
the implementation, Dennis?

-Neil



pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: return_next for plperl (was Re: call for help)
Next
From: Qingqing Zhou
Date:
Subject: Simplify Win32 Signaling code