pgsql: Add to TODO: > * Allow prepared transactions with temporary

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add to TODO: > * Allow prepared transactions with temporary
Date: 2008-04-24 18:23:05
Message-ID: 20080424182305.B26A07559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add to TODO:

> * Allow prepared transactions with temporary tables created and dropped
> in the same transaction, and when an ON COMMIT DELETE ROWS temporary
> table is accessed
>
> http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2436 -> r1.2437)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2436&r2=1.2437)
pgsql/doc/src/FAQ:
TODO.html (r1.942 -> r1.943)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.942&r2=1.943)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-24 19:58:32 pgsql: Add embedded usage mention to FAQ, per Greg Smith.
Previous Message Bruce Momjian 2008-04-24 17:32:44 pgsql: Add TODO item: > > o Impove COPY performance > >