Re: Begin block

Поиск
Список
Период
Сортировка
От Hajek, Nick
Тема Re: Begin block
Дата
Msg-id AFD16ED07E37C64D963DA24840AA31F2063B8AD7@EVSCO01.na.vishayint.com
обсуждение исходный текст
Ответ на Begin block  (Carol Walter <walterc@indiana.edu>)
Список pgsql-php
> 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?
>


Nested transactions are not allowed in Postgresql you must use
savepoints.

Nick

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

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