Re: Database Insertion commitment

Поиск
Список
Период
Сортировка
От Ragnar
Тема Re: Database Insertion commitment
Дата
Msg-id 1183971096.5778.55.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Database Insertion commitment  (Viatcheslav Kalinin <vka@ipcb.net>)
Список pgsql-general
On mán, 2007-07-09 at 11:24 +0400, Viatcheslav Kalinin wrote:
> Jasbinder Singh Bali wrote:
> > If I have a series of Insert statements within a loop in a function on
> > the same table.
> > Would an Insert be able to see the values of previous insert in that
> > table ?
> Functions are run in a single separate transaction

this is not correct.

functions run in the transaction where they were called,
not in a separate one.

gnari



В списке pgsql-general по дате отправления:

Предыдущее
От: Gerhard Hintermayer
Дата:
Сообщение: Re: ERROR: unexpected hash relation size:
Следующее
От: Viatcheslav Kalinin
Дата:
Сообщение: Re: Database Insertion commitment