Re: Does anyone know what "embedded transactions" are?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Does anyone know what "embedded transactions" are?
Дата
Msg-id 200212012244.gB1MiuF12128@candle.pha.pa.us
обсуждение исходный текст
Ответ на Does anyone know what "embedded transactions" are?  (Justin Clift <justin@postgresql.org>)
Ответы Re: Does anyone know what "embedded transactions" are?  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Justin Clift wrote:
> Hi guys,
> 
> Was just looking at the project page for Compiere, an Open Source
> ERP+CRM solution that is usually in the top 10 most popular SourceForge
> projects.
> 
> They were attempting to port Compiere from Oracle to PostgreSQL, but
> have stopped (apparently) because PostgreSQL doesn't support "embedded
> transations".
> 
> http://www.compiere.org/technology/independence.html
> 
> Does anyone know what they're talking about?

I assume it is:
BEGIN;...BEGIN;...COMMIT;COMMIT;

That thing I am trying to do for 7.4.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Does anyone know what "embedded transactions" are?
Следующее
От: Joe Conway
Дата:
Сообщение: Re: ALTER TABLE schema SCHEMA TO new_schema?