File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Sun Feb 3 14:23:58 EST 2002
3
+ Last updated: Mon Feb 4 15:43:49 EST 2002
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
25
25
o queries across databases or servers (two-phase commit)
26
26
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
27
27
* Point-in-time data recovery using backup and write-ahead log
28
- * Allow row re-use without vacuum (Tom)
28
+ * Allow row re-use with automatic vacuum (Tom)
29
29
30
30
31
31
REPORTING
@@ -300,7 +300,7 @@ DEPENDENCY CHECKING
300
300
* Automatically drop constraints/functions when object is dropped
301
301
* Make constraints clearer in dump file
302
302
* Make foreign keys easier to identify
303
-
303
+ * Flush cached query plans when their underlying catalog data changes
304
304
305
305
TRANSACTIONS
306
306
------------
You can’t perform that action at this time.
0 commit comments