|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sun Jun 13 19:39:29 EDT 2004 |
| 3 | +Last updated:Sun Jun 13 19:42:59 EDT 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -50,8 +50,9 @@ Administration
|
50 | 50 | * Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe)
|
51 | 51 | * Allow external interfaces to extend the GUC variable set
|
52 | 52 | * Allow GRANT/REVOKE permissions to be given to all schema objects with one command
|
53 |
| -* Remove unreferenced table files and temp tables during database vacuum |
54 |
| - or postmaster startup (Bruce) |
| 53 | +* Remove unreferenced table files created by transactions that were |
| 54 | + in-progress when the server crashed |
| 55 | + |
55 | 56 |
|
56 | 57 |
|
57 | 58 | Data Types
|
|