From 71b0cf2f6bec3129f2c3f574d4e47408c2dc2516 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 20 Feb 2007 15:21:42 +0000
Subject: [PATCH] Remove, item not needed for Win32:

< 	o Check .pgpass file permissions
>
---
 doc/TODO              | 4 ++--
 doc/src/FAQ/TODO.html | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index f8fad5eafda..709e4bf372e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (bruce@momjian.us)
-Last updated:		Tue Feb 20 09:48:36 EST 2007
+Last updated:		Tue Feb 20 10:21:32 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1470,7 +1470,7 @@ Source Code
 
 	o -Add long file support for binary pg_dump output
 	o Check WSACancelBlockingCall() for interrupts [win32intr]
-	o Check .pgpass file permissions
+
 
 * Wire Protocol Changes
 
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 8eedfc92eee..b1fa0a54db4 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:           Tue Feb 20 09:48:36 EST 2007
+Last updated:           Tue Feb 20 10:21:32 EST 2007
 </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>.
@@ -1310,7 +1310,6 @@ first.  There is also a developer's wiki at<br/>
 </p>
     </li><li>-<em>Add long file support for binary pg_dump output</em>
     </li><li>Check WSACancelBlockingCall() for interrupts [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?win32intr">win32intr</a>]
-    </li><li>Check .pgpass file permissions
   </li></ul>
   </li><li>Wire Protocol Changes
   <ul>
-- 
GitLab