|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu May 1018:36:37 EDT 2001 |
| 3 | +Last updated:Thu May 1019:35:42 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
52 | 52 | lock use [privileges]
|
53 | 53 | * Permission to DELETE table also allows UPDATE
|
54 | 54 | * Allow elog() to return error codes, module name, file name, line
|
55 |
| - number, not just messages [elog] |
| 55 | + number, not just messages(Peter E)[elog] |
56 | 56 | * Allow international error message support and add error codes [elog]
|
57 | 57 | * Remove unused files during database vacuum or postmaster startup
|
58 | 58 | * Add table name mapping for numeric file names
|
@@ -219,7 +219,7 @@ EXOTIC FEATURES
|
219 | 219 |
|
220 | 220 | * Add sql3 recursive unions
|
221 | 221 | * Add the concept of dataspaces/tablespaces [tablespaces]
|
222 |
| -* Allow SQL92 schemas |
| 222 | +* Allow SQL92 schemas (Tom) |
223 | 223 | * Allow queries across multiple databases
|
224 | 224 | * Add pre-parsing phase that converts non-ANSI features to supported features
|
225 | 225 | * SQL*Net listener that makes PostgreSQL appear as an Oracle database
|
|