Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e170701

Browse files
committed
Add:
> o Allow the schema of objects to be changed
1 parent 9c8d5f0 commit e170701

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: Thu Feb 12 23:47:05 EST 2004
3+
Last updated: Tue Feb 17 10:37:48 EST 2004
44

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

@@ -201,6 +201,7 @@ Commands
201201
o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
202202
o Allow ALTER TABLE to change constraint deferrability and actions
203203
o Disallow dropping of an inherited constraint
204+
o Allow the schema of objects to be changed
204205

205206
* CLUSTER
206207
o Automatically maintain clustering on a table
@@ -460,7 +461,7 @@ Source Code
460461
* Acquire lock on a relation before building a relcache entry for it
461462
* Research interaction of setitimer() and sleep() used by statement_timeout
462463
* -Add checks for fclose() failure (Tom)
463-
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1216 2004/02/13 04:47:13 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1216 2004/02/13 04:47:13 momjian Exp $
464+
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1217 2004/02/17 15:37:48 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1217 2004/02/17 15:37:48 momjian Exp $
464465
* Exit postmaster if postgresql.conf can not be opened
465466
* Rename /scripts directory because they are all C programs now
466467
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)