Re: BUG #4684: lastval in function - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4684: lastval in function
Date
Msg-id 7406.1236014503@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #4684: lastval in function  (Chris Browne <cbbrowne@acm.org>)
Responses Re: BUG #4684: lastval in function
List pgsql-bugs
Chris Browne <cbbrowne@acm.org> writes:
> I'm not sure I'd *want* to have a more-sophisticated scoping mechanism
> for this.

We already have an appropriate language-level solution for this: it's
called INSERT RETURNING.

The fact is that lastval was invented to aid in porting brain-dead
mysql applications that weren't going to do anything as complicated
as execute commands that might involve more than one nextval call.
If there is any remote possibility that your app might have to deal
with such a thing, you shouldn't be using lastval.

Before considering complicating the definition of lastval, I'd vote
for removing it entirely.  It's a foot-gun and will never be anything
but.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Tihamer Toth-Fejel"
Date:
Subject: BUG #4687: PostgreSQL website won't let me register
Next
From: Jaime Casanova
Date:
Subject: Re: BUG #4684: lastval in function