From 20e26447612355a96444b2d2153bb62981d935e3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Tue, 9 Aug 2005 17:14:48 +0000 Subject: [PATCH] Done: > * -Add C code on Unix to copy directories for use in creating new databases --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 486ea3766f8..53bb64c1ab1 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Aug 9 00:51:13 EDT 2005 +Last updated: Tue Aug 9 13:14:41 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1101,7 +1101,7 @@ Source Code * Fix cross-compiling of time zone database via 'zic' * Fix sgmltools so PDFs can be generated with bookmarks -* Add C code on Unix to copy directories for use in creating new databases +* -Add C code on Unix to copy directories for use in creating new databases * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 81d5fedb921..80185f30157 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Tue Aug 9 00:51:13 EDT 2005 +Last updated: Tue Aug 9 13:14:41 EDT 2005 </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>. @@ -988,7 +988,7 @@ first. </p> </li><li>Fix cross-compiling of time zone database via 'zic' </li><li>Fix sgmltools so PDFs can be generated with bookmarks - </li><li>Add C code on Unix to copy directories for use in creating new databases + </li><li>-<em>Add C code on Unix to copy directories for use in creating new databases</em> </li><li>Win32 <ul> <li>Remove configure.in check for link failure when cause is found -- GitLab