1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update replication todo.

This commit is contained in:
Bruce Momjian
2000-06-01 19:46:29 +00:00
parent 49ee133424
commit 2b0956e783
3 changed files with 914 additions and 4 deletions

View File

@ -155,7 +155,7 @@ EXOTIC FEATURES
* Add sql3 recursive unions
* Add the concept of dataspaces
* Add replication of distributed databases
* Add replication of distributed databases [replication]
* Allow queries across multiple databases
* Allow nested transactions (Vadim)
@ -198,7 +198,7 @@ FSYNC
INDEXES
* Use indexes in ORDER BY for min(), max()
* Use indexes to find min() and max()
* Use index to restrict rows returned by multi-key index when used with
non-consecutive keys or OR clauses, so fewer heap accesses
* Allow SELECT * FROM tab WHERE int2col = 4 use int2col index, int8,