From 6b2f169d67e22e6d7cf5409df483b2103c4eb238 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 28 Dec 2001 05:09:13 +0000
Subject: [PATCH] Added

> 	o Have ALTER TABLE OWNER change all dependant objects like indexes
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 4596d567ca5..4fd6fe1c667 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Fri Dec 28 00:02:36 EST 2001
+Last updated:		Fri Dec 28 00:09:05 EST 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -184,6 +184,7 @@ COMMANDS
 	o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
 	o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
 	  rows with DEFAULT value
+	o Have ALTER TABLE OWNER change all dependant objects like indexes
 * CLUSTER
 	o cluster all tables at once
 	o prevent lose of indexes, permissions, inheritance (Bruce)
-- 
GitLab