OSDN Git Service

Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Wed, 27 Dec 2000 05:44:57 +0000 (05:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 27 Dec 2000 05:44:57 +0000 (05:44 +0000)
commit97799fc4757fd2699e0238254875994253659582
treee8f0050c69ab2116670597755f85b7b9c8b52238
parent8b97d7a88770923192a04638d820ff70ae0473a2
Update TODO list.

Index: TODO
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
retrieving revision 1.309
diff -r1.309 TODO
3c3
< Last updated: Sat Dec 23 09:48:47 EST 2000
---
> Last updated: Wed Dec 27 00:44:44 EST 2000
60a61,70
> * Add replication of distributed databases [replication]
>  o automatic fallover
>  o load balancing
>  o master/slave replication
>  o multi-master replication
>  o partition data across servers
>  o sample implementation in contrib/rserv
>  o queries across databases or servers (two-phase commit)
> * Point-in-time data recovery using backup and write-ahead log
> * Allow row re-use without vacuum(Vadim)
112c122
< * Make file in/out interface to TOAST columns
---
> * Make binary/file in/out interface for TOAST columns
122a133
> * Automatically create rules on views so they are updateable, per SQL92
173c184
< * allow psql \d to show temporary table schema
---
> * allow psql \d to show temporary table structure
195d205
< * Add replication of distributed databases [replication]
200a211,212
> * Incremental backups
> * Allow SQL92 schemas
205d216
< * Allow row re-use without vacuum(Vadim)
229a241
> * Allow Java server-side programming
278a291
> * Automatically keep clustering on a table
329d341
\9b5~
doc/TODO