File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11TODO list for PostgreSQL
22========================
3- Last updated: Sun Feb 3 14:23:58 EST 2002
3+ Last updated: Mon Feb 4 15:43:49 EST 2002
44
55Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66
2525 o queries across databases or servers (two-phase commit)
2626 o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
2727* 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)
2929
3030
3131REPORTING
@@ -300,7 +300,7 @@ DEPENDENCY CHECKING
300300* Automatically drop constraints/functions when object is dropped
301301* Make constraints clearer in dump file
302302* Make foreign keys easier to identify
303-
303+ * Flush cached query plans when their underlying catalog data changes
304304
305305TRANSACTIONS
306306------------
You can’t perform that action at this time.
0 commit comments