11TODO list for PostgreSQL
22========================
3- Last updated: Wed May 9 16:39:58 EDT 2001
3+ Last updated: Wed May 9 19:11:18 EDT 2001
44
55Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -49,12 +49,12 @@ URGENT
4949ADMIN
5050
5151* More access control over who can create tables and use locks (Karel)
52+ * Allow better control over user privileges [privileges]
5253* Allow elog() to return error codes, module name, file name, line
5354 number, not just messages [elog]
5455* Allow international error message support and add error codes [elog]
5556* Remove unused files during database vacuum or postmaster startup
5657* Add table name mapping for numeric file names
57- * Allow better control over user privileges [privileges]
5858
5959TYPES
6060
@@ -119,7 +119,7 @@ COMMANDS
119119* Automatically drop constraints/functions when object is dropped
120120* CLUSTER
121121 * cluster all tables at once
122- * prent lose of indexes, permissions, inheritance
122+ * prevent lose of indexes, permissions, inheritance
123123 * Automatically keep clustering on a table
124124 * Keep statistics about clustering, perhaps during VACUUM ANALYZE
125125 [optimizer]
@@ -132,7 +132,6 @@ COMMANDS
132132* Allow RULE recompilation
133133* Allow BINARY option to SELECT, like we do with DECLARE
134134* MOVE 0 should not move to end of cursor
135- * Overhaul ACL (access control) code
136135* Add SHOW command to display locks
137136* Bring INSERT ... VALUES up to full SQL92 spec, disallow missing
138137 columns, allow DEFAULT
0 commit comments