From 3b6bf0c07d49b1172ee0326e3e06583068fa305d Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Wed, 11 Feb 2004 22:04:35 +0000 Subject: [PATCH] Add: > o Disallow dropping of an inherited constraint --- doc/TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index f948f7ba7eb..38ff9ee5453 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Feb 11 12:03:58 EST 2004 +Last updated: Wed Feb 11 17:04:35 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -205,6 +205,7 @@ Commands o Add ALTER DATABASE ... OWNER TO newowner o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME o Allow ALTER TABLE to change constraint deferrability and actions + o Disallow dropping of an inherited constraint * CLUSTER o Automatically maintain clustering on a table @@ -465,7 +466,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 (Tom) -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1197 2004/02/11 17:04:04 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1197 2004/02/11 17:04:04 momjian Exp $ +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1198 2004/02/11 22:04:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1198 2004/02/11 22:04:35 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