aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-07-06 20:29:31 +0000
committerBruce Momjian <bruce@momjian.us>2004-07-06 20:29:31 +0000
commitea0078da2d0dd99ca8c82c834a0b5f9124b5b7f5 (patch)
tree5dedd584cf9d35d3b5963c1df354df3a7847b7d0
parent28c4dd14cdf2ebafc3d5ba838424c4f3e6703ec2 (diff)
downloadpostgresql-ea0078da2d0dd99ca8c82c834a0b5f9124b5b7f5.tar.gz
postgresql-ea0078da2d0dd99ca8c82c834a0b5f9124b5b7f5.zip
Move section:
< * Add replication of distributed databases < o Automatic failover < o Load balancing < o Master/slave replication < o Multi-master replication < o Partition data across servers < o Queries across databases or servers (two-phase commit) < o Allow replication over unreliable or non-persistent links 55a48,55 > * Improve replication solutions > o Automatic failover > o Load balancing > o Master/slave replication > o Multi-master replication > o Partition data across servers > o Queries across databases or servers (two-phase commit) > o Allow replication over unreliable or non-persistent links
-rw-r--r--doc/TODO18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/TODO b/doc/TODO
index fdc5216a7bd..6e55d0c0043 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Jul 6 12:18:16 EDT 2004
+Last updated: Tue Jul 6 16:29:28 EDT 2004
A dash (-) marks changes that will appear in the upcoming 7.5 release.
@@ -15,14 +15,6 @@ the PostgreSQL web site, http://www.PostgreSQL.org.
Urgent
======
-* Add replication of distributed databases
- o Automatic failover
- o Load balancing
- o Master/slave replication
- o Multi-master replication
- o Partition data across servers
- o Queries across databases or servers (two-phase commit)
- o Allow replication over unreliable or non-persistent links
* Point-in-time data recovery using backup and write-ahead log,
* Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html
@@ -53,6 +45,14 @@ Administration
in-progress when the server terminated abruptly
* Allow reporting of which objects are in which tablespaces
* Allow database recovery where tablespaces can't be created
+* Improve replication solutions
+ o Automatic failover
+ o Load balancing
+ o Master/slave replication
+ o Multi-master replication
+ o Partition data across servers
+ o Queries across databases or servers (two-phase commit)
+ o Allow replication over unreliable or non-persistent links
Data Types