From 839c7924ec799a0cc44e1a842e2b1e95d7709451 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 23 Aug 2001 14:42:05 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 1e6f94691ad..7c18cf852ae 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Tue Aug 21 07:07:42 EDT 2001
+Last updated:		Thu Aug 23 10:41:58 EDT 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -50,7 +50,7 @@ ADMIN
 * -Remove unreferenced sort files during postmaster startup (Bruce)
 * Add table name mapping for numeric file names
 * -Better document pg_hba.conf host-based authentication (Bruce)
-* Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince)
+* -Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince)
 * Incremental backups
 * Make it easier to create a database owned by someone who can't createdb
 
@@ -309,7 +309,7 @@ MISCELLANEOUS
 * Make blind writes go through the file descriptor cache
 * Allow logging of query durations
 * Add hash for evaluating GROUP BY aggregates
-* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
+* -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
 * Improve spinlock code, perhaps with OS semaphores, sleeper queue, or
   spining to obtain lock on multi-cpu systems
 * Add queue of backends waiting for spinlock
-- 
GitLab