Re: PostgreSQL roadmap for 8.2 and beyond.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL roadmap for 8.2 and beyond.
Date: 2005-10-17 17:47:22
Message-ID: 4353E3AA.2000902@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dave Cramer wrote:

>
>
> On the other hand given that all of the serial increments are stored
> in the session is it possible to
> get the results of the last insert on the session ? If we can avoid
> the extra query so much
> the better, but either way is better than what we have ?
>
>

Would that not be the new lastval() function ?

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrick Bakker 2005-10-17 17:57:08 Re: PostgreSQL roadmap for 8.2 and beyond.
Previous Message Martijn van Oosterhout 2005-10-17 17:43:21 Re: PostgreSQL roadmap for 8.2 and beyond.