Re: table synonyms

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: table synonyms
Дата
Msg-id 20050524171037.GA8129@wolff.to
обсуждение исходный текст
Ответ на Re: table synonyms  (<jjeffman@cpovo.net>)
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: table synonyms
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: Update on tables when the row doesn't change