diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-02-14 17:02:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-02-14 17:02:45 +0000 |
commit | 37664ee465f001c69492079d63c1ac142b5f6585 (patch) | |
tree | be4c7be9841dc9495984f6576ea49188eb168de3 | |
parent | 1005c993a64906f56474a64f078f986639d3d63c (diff) | |
download | postgresql-37664ee465f001c69492079d63c1ac142b5f6585.tar.gz postgresql-37664ee465f001c69492079d63c1ac142b5f6585.zip |
Add:
> * Allow incremental backups
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Feb 14 09:41:38 EST 2003 +Last updated: Fri Feb 14 12:02:42 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -55,6 +55,7 @@ Administration * Add group object ownership, so groups can rename/drop/grant on objects, so we can implement roles * Add the concept of dataspaces/tablespaces [tablespaces] +* Allow incremental backups Data Types |