Re: lastval()

Поиск
Список
Период
Сортировка
От John Hansen
Тема Re: lastval()
Дата
Msg-id 5066E5A966339E42AA04BA10BA706AE50A931B@rodrick.geeknet.com.au
обсуждение исходный текст
Ответ на lastval()  (Dennis Bjorklund <db@zigo.dhs.org>)
Ответы Re: lastval()
Re: lastval()
Re: lastval()
Список pgsql-patches
Neil Conway wrote:
> Sent: Wednesday, May 11, 2005 10:56 AM
> To: Dennis Bjorklund
> Cc: pgsql-patches@postgresql.org
> Subject: Re: [PATCHES] lastval()
>
> 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'm all for it. Even more so if the 'currval(void) called before
nextval(seq_name)' error message could be supressed by a GUC variable
and return 0 instead.

> 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
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>
>

.. John

В списке pgsql-patches по дате отправления:

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: lastval()
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: lastval()