11TODO list for PostgreSQL
22========================
3- Last updated: Wed May 9 19:11:18 EDT 2001
3+ Last updated: Thu May 10 13: 19:40 EDT 2001
44
55Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -19,15 +19,14 @@ RELIABILITY
1919PARSER
2020
2121* SELECT pg_class FROM pg_class generates strange error
22- * Alter TABLE ADD COLUMN does not honor DEFAULT, add CONSTRAINT
22+ * Alter TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
2323* Unique index on base column not honored on inserts from inherited table
2424 INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
2525 [inheritance]
2626
2727MISC
2828
2929* Plpgsql does not handle quoted mixed-case identifiers
30- * Permission to DELETE table allows UPDATE also
3130* SELECT cash_out(1) causes crash
3231
3332ENHANCEMENTS
@@ -50,11 +49,13 @@ ADMIN
5049
5150* More access control over who can create tables and use locks (Karel)
5251* Allow better control over user privileges [privileges]
52+ * Permission to DELETE table allows UPDATE also
5353* Allow elog() to return error codes, module name, file name, line
5454 number, not just messages [elog]
5555* Allow international error message support and add error codes [elog]
5656* Remove unused files during database vacuum or postmaster startup
5757* Add table name mapping for numeric file names
58+ * Overhaul pg_hba.conf host-based authentication
5859
5960TYPES
6061
@@ -176,6 +177,7 @@ REFERENTIAL INTEGRITY
176177 switch to pg_shadow.oid as user id
177178* Add unique indexes on pg_database
178179* Check all system tables and add unique indexes as needed
180+ * Make constraints clearer in dump file
179181
180182EXOTIC FEATURES
181183
0 commit comments