Forum OpenACS Development: Re: Re: db_transaction side effects

Collapse
Posted by Nis Jørgensen on
I assume you mean "Since in PG you _don't_ have nested transactions".

I just found out that postgres 8 supports savepoints, which can be used to implement nested transactions (in fact this seems to be the standard compliant way of doing so).

/Nis