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
[EMAIL PROTECTED] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])