On 21 July 2010 10:43, Robot Tom <[email protected]> wrote: > Hi, > > Has there been any progress on nested transactions in the last 10 years? >
PostgreSQL has had subtransactions since version 8.0, if that's what you mean. If you're experiencing OOM a lot, a high work_mem setting is often the culprit. This can be set dynamically though. -- Regards, Peter Geoghegan -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
