From 78d312bd506b17e4f6cd6d6fcf93a6a9a728ad2c Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 22 Nov 2001 17:18:51 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index a7ad820d519..3e0f2455b9c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Wed Nov 21 22:10:10 EST 2001
+Last updated:		Thu Nov 22 12:18:38 EST 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -166,6 +166,7 @@ COMMANDS
 * PL/PgSQL does not handle quoted mixed-case identifiers
 * Change PL/PgSQL to use palloc() instead of malloc()
 * Add untrusted version of plpython
+* Add plsh server-side shell language (Peter E)
 * -Allow GRANT/REVOKE to handle multiple user/group names
 * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
 * Disallow TRUNCATE on tables that are involved in referential constraints
-- 
GitLab