|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sat Jan25 20:13:27 EST 2003 |
| 3 | +Last updated:Mon Jan27 18:16:46 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -54,6 +54,7 @@ Administration |
54 | 54 | * Have standalone backend read postgresql.conf |
55 | 55 | * Add group object ownership, so groups can rename/drop/grant on objects, |
56 | 56 | so we can implement roles |
| 57 | +* Add the concept of dataspaces/tablespaces [tablespaces] |
57 | 58 |
|
58 | 59 | Data Types |
59 | 60 | ========== |
@@ -304,7 +305,6 @@ Exotic Features |
304 | 305 |
|
305 | 306 | * Add SQL99 WITH clause to SELECT (Tom, Fernando) |
306 | 307 | * Add SQL99 WITH RECURSIVE to SELECT (Tom, Fernando) |
307 | | -* Add the concept of dataspaces/tablespaces [tablespaces] |
308 | 308 | * Allow queries across multiple databases [crossdb] |
309 | 309 | * Add pre-parsing phase that converts non-ANSI features to supported features |
310 | 310 | * Allow plug-in modules to emulate features from other databases |
|