From 9be15f4d528a11cb4b81bb7002bde3f5c34fc241 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 1 Dec 2003 22:22:44 +0000
Subject: [PATCH] Update for patches applied:

< * Change factorial to return a numeric
> * -Change factorial to return a numeric (Gavin)
258c258
< * Allow psql \du to show groups, and add \dg for groups
> * -Allow psql \du to show groups, and add \dg for groups
---
 doc/TODO | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 1a414cb0975..878a7848f0a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Sun Nov 30 00:29:26 EST 2003
+Last updated:		Mon Dec  1 17:22:38 EST 2003
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -63,7 +63,7 @@ Data Types
 ==========
 
 * Remove Money type, add money formatting for decimal type
-* Change factorial to return a numeric
+* -Change factorial to return a numeric (Gavin)
 * Change NUMERIC to enforce the maximum precision, and increase it
 * Add function to return compressed length of TOAST data values (Tom)
 * Allow INET subnet tests using non-constants to be indexed
@@ -255,7 +255,7 @@ Clients
 =======
 
 * Add XML capability to pg_dump and COPY, when backend XML capability
-* Allow psql \du to show groups, and add \dg for groups
+* -Allow psql \du to show groups, and add \dg for groups
 * Allow clients to query a list of WITH HOLD cursors and prepared statements
 * Prevent unneeded quoting in psql \d output using fmtId()
 * Add a libpq function to support Parse/DescribeStatement capability
@@ -461,7 +461,7 @@ Source Code
 * Acquire lock on a relation before building a relcache entry for it
 * Research interaction of setitimer() and sleep() used by statement_timeout
 * Add checks for fclose() failure
-* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $
+* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1177 2003/12/01 22:22:44 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1177 2003/12/01 22:22:44 momjian Exp $
 * Exit postmaster if postgresql.conf can not be opened
 * Rename /scripts directory because they are all C programs now
 * Allow the regression tests to start postmaster with -i so the tests
-- 
GitLab