File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Tue May 22 09:20:25 EDT 2001
3
+ Last updated: Tue May 22 15:38:00 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -19,7 +19,6 @@ RELIABILITY
19
19
PARSER
20
20
21
21
* -SELECT pg_class FROM pg_class generates strange error
22
- * ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
23
22
24
23
MISC
25
24
@@ -143,6 +142,7 @@ COMMANDS
143
142
* Change LIMIT val,val to offset,limit to match MySQL
144
143
* Allow PL/PgSQL's RAISE function to take expressions
145
144
* ALTER
145
+ * ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
146
146
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
147
147
[inheritance]
148
148
* Add ALTER TABLE DROP COLUMN feature [drop]
You can’t perform that action at this time.
0 commit comments