From eb949720adf5051b5fc1bd36735a2b35e72bad84 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 9 Oct 2002 02:04:03 +0000
Subject: [PATCH] Add:

> 	o Allow SHOW of non-modifiable variables, like pg_controldata
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 782c09df9a0..6754d24ab00 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Sat Oct  5 15:03:41 EDT 2002
+Last updated:		Tue Oct  8 22:03:38 EDT 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -251,6 +251,7 @@ Commands
 	o -Abort all SET changes made in an aborted transaction
 	o Add SET SCHEMA
 	o Allow EXPLAIN EXECUTE to see prepared plans
+	o Allow SHOW of non-modifiable variables, like pg_controldata
 
 * SERVER-SIDE LANGUAGES
 	o Allow PL/PgSQL's RAISE function to take expressions
-- 
GitLab