mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Add:
> o Disallow dropping of an inherited constraint
This commit is contained in:
parent
c6f0559371
commit
3b6bf0c07d
5
doc/TODO
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user