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

Commit 3b9c100

Browse files
committed
Update TODO list.
1 parent e7988a7 commit 3b9c100

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/TODO

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon May 28 00:28:27 EDT 2001
3+
Last updated: Wed May 30 10:37:14 EDT 2001
44

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

@@ -137,12 +137,14 @@ COMMANDS
137137
* Change LIMIT val,val to offset,limit to match MySQL
138138
* Allow PL/PgSQL's RAISE function to take expressions
139139
* ALTER
140-
* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
140+
* ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK
141+
CONSTRAINT
141142
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
142143
[inheritance]
143144
* Add ALTER TABLE DROP COLUMN feature [drop]
144145
* Add ALTER FUNCTION
145-
* Add ALTER TABLE DROP CONSTRAINT
146+
* Add ALTER TABLE DROP non-CHECK CONSTRAINT
147+
* -Add ALTER TABLE DROP CHECK CONSTRAINT (Christopher Kings)
146148
* CLUSTER
147149
* cluster all tables at once
148150
* prevent lose of indexes, permissions, inheritance

0 commit comments

Comments
 (0)