Skip to content

Commit 3b6bf0c

Browse files
committed
Add:
> o Disallow dropping of an inherited constraint
1 parent c6f0559 commit 3b6bf0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Feb 11 12:03:58 EST 2004
3+
Last updated: Wed Feb 11 17:04:35 EST 2004
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -205,6 +205,7 @@ Commands
205205
o Add ALTER DATABASE ... OWNER TO newowner
206206
o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
207207
o Allow ALTER TABLE to change constraint deferrability and actions
208+
o Disallow dropping of an inherited constraint
208209

209210
* CLUSTER
210211
o Automatically maintain clustering on a table
@@ -465,7 +466,7 @@ Source Code
465466
* Acquire lock on a relation before building a relcache entry for it
466467
* Research interaction of setitimer() and sleep() used by statement_timeout
467468
* -Add checks for fclose() failure (Tom)
468-
* 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 $
469+
* 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 $
469470
* Exit postmaster if postgresql.conf can not be opened
470471
* Rename /scripts directory because they are all C programs now
471472
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)