Re: table synonyms - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: table synonyms
Date
Msg-id 20050524171037.GA8129@wolff.to
Whole thread Raw
In response to Re: table synonyms  (<jjeffman@cpovo.net>)
List pgsql-general
On Tue, May 24, 2005 at 13:49:40 -0300,
  jjeffman@cpovo.net wrote:
>
> Another feature I missed is the "returning" clause
> of the Oracle "INSERT" SQL command, which allow the
> user to retrieve the "serial" value after an insert
> command, which works even in a concurrent network
> environment.

While it might be nice to have a returning clause (and there has been
discussion of that in the past), you can do what want.
The currval function returns the last value assigned by nextval in
the current session and is safe from conflicts with concurrent operations.

pgsql-general by date:

Previous
From:
Date:
Subject: Re: table synonyms
Next
From: Jaime Casanova
Date:
Subject: Re: Update on tables when the row doesn't change