*** pgsql/doc/src/FAQ/Attic/TODO.html 2008/06/30 19:45:15 1.985 --- pgsql/doc/src/FAQ/Attic/TODO.html 2008/07/01 18:09:09 1.986 *************** *** 8,14 ****

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
! Last updated: Mon Jun 30 15:45:09 EDT 2008

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. --- 8,14 ----

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
! Last updated: Tue Jul 1 14:09:02 EDT 2008

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. *************** first. There is also a developer's wiki *** 543,548 **** --- 543,550 ----

Currently only the owner can TRUNCATE a table because triggers are not called, and the table is locked in exclusive mode.

+
  • Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled + back on transaction abort
  • Allow PREPARE of cursors
  • Allow finer control over the caching of prepared query plans

    Currently queries prepared via the libpq API are planned on first