|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Fri Jun 1812:03:13 EDT 2004 |
| 3 | +Last updated:Fri Jun 1814:35:43 EDT 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -52,7 +52,8 @@ Administration |
52 | 52 | * Allow GRANT/REVOKE permissions to be given to all schema objects with one command |
53 | 53 | * Remove unreferenced table files created by transactions that were |
54 | 54 | in-progress when the server terminated abruptly |
55 | | - |
| 55 | +* Allow reporting of which objects are in which tablespaces |
| 56 | +* Allow database recovery where tablespaces can't be created |
56 | 57 |
|
57 | 58 |
|
58 | 59 | Data Types |
@@ -209,6 +210,8 @@ Commands |
209 | 210 | o Allow ALTER TABLE to change constraint deferrability and actions |
210 | 211 | o Disallow dropping of an inherited constraint |
211 | 212 | o Allow the schema of objects to be changed |
| 213 | +o Add ALTER TABLESPACE to change location, name, owner |
| 214 | +o Allow objects to be moved between tablespaces |
212 | 215 |
|
213 | 216 | * CLUSTER |
214 | 217 | o Automatically maintain clustering on a table |
|