Re: Begin block

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Begin block
Дата
Msg-id 4A4BA39E.1030304@iol.ie
обсуждение исходный текст
Ответ на Begin block  (Carol Walter <walterc@indiana.edu>)
Список pgsql-php
On 01/07/2009 18:52, Carol Walter wrote:
> Hello,
>
> I'm very much a Postgres PHP novice. I have a number of queries that
> need to be run as a single transaction.  One set of those will only be
> run some of the time, but other times will need to be imbedded in
> another block.  Can I imbed a begin/commit inside another begin/commit?

Hi there,

I'm not sure about nested transactions, but you can achieve the same
effect with savepoints:

    http://www.postgresql.org/docs/8.4/static/sql-savepoint.html

HTH,

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

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

Предыдущее
От: Carol Walter
Дата:
Сообщение: Begin block
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Begin block