/[rserv]/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by dpavlin, Wed Oct 29 18:00:15 2003 UTC revision 1.9 by dpavlin, Mon Nov 3 21:28:58 2003 UTC
# Line 8  version of original code by PostgreSQL I Line 8  version of original code by PostgreSQL I
8  distribution.  distribution.
9    
10  Originally written by Vadim Mikheev from PostgreSQL Inc., it also include  Originally written by Vadim Mikheev from PostgreSQL Inc., it also include
11  changes made by Nélio Alves Pereira Filho and Dobrica Pavlinusic and  changes made by Nélio Alves Pereira Filho, Grant McLean, Michael A Nachbaur
12  contributions from Grant McLean and Michael A Nachbaur.  and Dobrica Pavlinusic.
13    
14  Main goals are secure remote replication using ssh, ease of installation and  Main goals are multi-master capabilities, secure remote replication using
15  documentation. We aim to create stable and easy to use replication until  ssh, ease of installation and documentation. We aim to create stable and
16  PGReplication is included in official PostgreSQL. However, it's not planned  easy to use replication until PGReplication is included in official
17  to discontinue project at that time. You will just have choice of two  PostgreSQL. However, it's not planned to discontinue project at that time.
18  replication mechanisms.  You will just have choice of two replication mechanisms.
19    
20  This project is released under the Berkeley/BSD license.  This project is released under the Berkeley/BSD license.
21    
# Line 29  doc/                   contains documentation about RSer Line 29  doc/                   contains documentation about RSer
29  doc/README.rserv        original README for RServ 0.1  doc/README.rserv        original README for RServ 0.1
30  doc/eRserver.ChangeLog  non-english ChangeLog from Nélio  doc/eRserver.ChangeLog  non-english ChangeLog from Nélio
31  doc/eRserver.HOWTO      not quite accurate HOWTO from Sekar Gopi  doc/eRserver.HOWTO      not quite accurate HOWTO from Sekar Gopi
32    doc/ErServer_internals.txt explanation of ErServer 1.2 internals
33  doc/rserv-design.txt    design notes for version 0.3  doc/rserv-design.txt    design notes for version 0.3
34  doc/rserv-explained.pod explanation of RServ working (use perldoc to view)  doc/rserv-explained.pod explanation of RServ 0.3 working (use perldoc to view)
35  lib/                    contains C source code for rserv.so used by trigger  lib/                    contains C source code for rserv.so used by trigger
36                          in RServ                          in RServ
37  misc/master.sql         database schema of RServ specific part in master  misc/master.sql         database schema of RServ specific part in master
38                          database with comments                          database with comments
39  misc/regress.sh         original regress script  misc/regress.sh         original regress script for master->slave replication
40    regress-2s.sh           regress script for master->slave1, master->slave2
41    regress-casc.sh         regress script for master->slave1, slave1->slave2
42    regress-mm.sh           regress for multi-master master<->slave replication
43  misc/slave.sql          database schema for slave (changed)  misc/slave.sql          database schema for slave (changed)
44  misc/rserv_test.pl      bulk inserter for populating database  misc/rserv_test.pl      bulk inserter for populating database
45  misc/rep-demo.sql       test database for regression test  misc/rep-demo.sql       test database for regression test
# Line 50  slave) and returns the differences as a Line 54  slave) and returns the differences as a
54  be fed to psql on slave to transform the structure and data from master to  be fed to psql on slave to transform the structure and data from master to
55  slave.  slave.
56  It can be used to make regression testing of RServ replication (that's why I  It can be used to make regression testing of RServ replication (that's why I
57  originally written it).  originally wrote it).
58    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26