From 5ffa0bb47a3ca975f257d665e38f2ba89625e112 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 26 Jul 2006 17:23:02 +0000 Subject: Reorder items: < o Allow point-in-time recovery to archive partially filled < write-ahead logs? [pitr] > o Add command to archive partially filled write-ahead logs? [pitr] < of a disk failure. This could be triggered by a user command or < a timer. > of a disk failure. < recovery. A function call to do this would also be useful. > recovery. > o Add reporting of the current WAL file and offset, perhaps as > part of partial log file archiving > > The offset allows parts of a WAL file to be archived using > an external program. > < o Add reporting of the current WAL file and offset, perhaps as < part of partial log file archiving < < The offset allows parts of a WAL file to be archived using < an external program. --- doc/src/FAQ/TODO.html | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 79d37480c10..816047e1134 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Jul 25 20:34:56 EDT 2006 +Last updated: Wed Jul 26 13:22:49 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -131,19 +131,22 @@ first.

  • Point-In-Time Recovery (PITR)
  • Monitoring

    -- cgit v1.2.3