diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-01-29 16:09:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-01-29 16:09:28 +0000 |
commit | 522f362975d5b49daf0c738e9909b9d163c3d1e4 (patch) | |
tree | c378e0e513af858e23a6034c5f5096ccc7c9bdf8 | |
parent | a38fae6c75f37a58b9aa2cb6a90c92f4dc881032 (diff) | |
download | postgresql-522f362975d5b49daf0c738e9909b9d163c3d1e4.tar.gz postgresql-522f362975d5b49daf0c738e9909b9d163c3d1e4.zip |
Remove duplicat item:
< o Allow the PITR process to be debugged and data examined
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Jan 14 17:13:36 EST 2008 +Last updated: Tue Jan 29 11:09:18 EST 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -143,7 +143,6 @@ Administration o %Create dump tool for write-ahead logs for use in determining transaction id for point-in-time recovery - o Allow the PITR process to be debugged and data examined o Allow recovery.conf to support the same syntax as postgresql.conf, including quoting diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index bc705911abc..7223708debd 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Mon Jan 14 17:13:36 EST 2008 +Last updated: Tue Jan 29 11:09:18 EST 2008 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -133,7 +133,6 @@ first. There is also a developer's wiki at<br/> </p> </li><li>%Create dump tool for write-ahead logs for use in determining transaction id for point-in-time recovery - </li><li>Allow the PITR process to be debugged and data examined </li><li>Allow recovery.conf to support the same syntax as postgresql.conf, including quoting <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00497.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00497.php</a> |