mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add:
> o allow replication over unreliable or non-persistent links
This commit is contained in:
parent
8f83590aa1
commit
bca7c57c79
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Mon Mar 4 11:49:24 EST 2002
|
||||
Last updated: Mon Mar 4 22:31:55 EST 2002
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -23,6 +23,7 @@ URGENT
|
|||
o partition data across servers
|
||||
o sample implementation in contrib/rserv
|
||||
o queries across databases or servers (two-phase commit)
|
||||
o allow replication over unreliable or non-persistent links
|
||||
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
|
||||
* Point-in-time data recovery using backup and write-ahead log
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue