Commit 3b6bf0c0 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> 	o Disallow dropping of an inherited constraint
parent c6f05593
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -205,6 +205,7 @@ Commands ...@@ -205,6 +205,7 @@ Commands
o Add ALTER DATABASE ... OWNER TO newowner o Add ALTER DATABASE ... OWNER TO newowner
o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
o Allow ALTER TABLE to change constraint deferrability and actions o Allow ALTER TABLE to change constraint deferrability and actions
o Disallow dropping of an inherited constraint
* CLUSTER * CLUSTER
o Automatically maintain clustering on a table o Automatically maintain clustering on a table
...@@ -465,7 +466,7 @@ Source Code ...@@ -465,7 +466,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it * Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout * Research interaction of setitimer() and sleep() used by statement_timeout
* -Add checks for fclose() failure (Tom) * -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 * Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now * Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests * Allow the regression tests to start postmaster with -i so the tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment