From e9551212d2e4faeaebd89e1be52b083ca3ea5890 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Feb 2003 14:41:40 +0000 Subject: [PATCH] Add: > * Add schema option to createlang --- doc/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index 89e7faa6cd..38d2251578 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Feb 14 08:11:42 EST 2003 +Last updated: Fri Feb 14 09:41:38 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -165,6 +165,7 @@ Commands * Allow REINDEX to rebuild all indexes, remove /contrib/reindex * Make a transaction-safe TRUNCATE * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY +* Add schema option to createlang * ALTER