From e15c43230212afe4297fb5690297fc68f43f0866 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 22 Jul 2004 11:49:19 +0000
Subject: [PATCH] Done:

> * -Have psql show more information about sequences
---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 2647d1e41d5..f91df0f0470 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:		Wed Jul 21 09:46:40 EDT 2004
+Last updated:		Thu Jul 22 07:49:22 EDT 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
 
@@ -277,7 +277,7 @@ Clients
 * -Allow pg_dump to dump CREATE CONVERSION (Christopher)
 * Allow libpq to return information about prepared queries
 * -Make pg_restore continue after errors, so it acts more like pg_dump scripts
-* Have psql show more information about sequences
+* -Have psql show more information about sequences
 * Allow pg_dumpall to use non-text output formats
 * Have pg_dump use multi-statement transactions for INSERT dumps
 * Move psql backslash database information into the backend, use mnemonic
-- 
GitLab