Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ea0078d

Browse files
committed
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
1 parent 28c4dd1 commit ea0078d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/TODO

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Jul 6 12:18:16 EDT 2004
3+
Last updated: Tue Jul 6 16:29:28 EDT 2004
44

55
A dash (-) marks changes that will appear in the upcoming 7.5 release.
66

@@ -15,14 +15,6 @@ the PostgreSQL web site, http://www.PostgreSQL.org.
1515
Urgent
1616
======
1717

18-
* Add replication of distributed databases
19-
o Automatic failover
20-
o Load balancing
21-
o Master/slave replication
22-
o Multi-master replication
23-
o Partition data across servers
24-
o Queries across databases or servers (two-phase commit)
25-
o Allow replication over unreliable or non-persistent links
2618
* Point-in-time data recovery using backup and write-ahead log,
2719
* Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html
2820

@@ -53,6 +45,14 @@ Administration
5345
in-progress when the server terminated abruptly
5446
* Allow reporting of which objects are in which tablespaces
5547
* Allow database recovery where tablespaces can't be created
48+
* Improve replication solutions
49+
o Automatic failover
50+
o Load balancing
51+
o Master/slave replication
52+
o Multi-master replication
53+
o Partition data across servers
54+
o Queries across databases or servers (two-phase commit)
55+
o Allow replication over unreliable or non-persistent links
5656

5757

5858
Data Types

0 commit comments

Comments
 (0)