Re: Re: postgres TODO

From: Alessio Bragadini <alessio(at)albourne(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, " =?iso-8859-1?Q?Xos=C9=20V=E1zquez?=" <xose(at)wanadoo(dot)es>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: postgres TODO
Date: 2000-07-10 13:00:46
Message-ID: 3969C8FE.375D2DC@albourne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:

> Bruce Momjian writes:
>
> > * Add function to return primary key value on INSERT
>
> I don't get the point of this. Don't you know what you inserted? For
> sequences there's curval()

Mmmhhh... it means that we can assume no update to the sequence value
between the insert and the curval selection?

--
Alessio F. Bragadini alessio(at)albourne(dot)com
APL Financial Services http://www.sevenseas.org/~alessio
Nicosia, Cyprus phone: +357-2-750652

"It is more complicated than you think"
-- The Eighth Networking Truth from RFC 1925

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tim Perdue 2000-07-10 13:05:16 Re: More info
Previous Message Benjamin Adida 2000-07-10 12:56:04 Re: Re: [GENERAL] PostgreSQL vs. MySQL