/[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.1 by dpavlin, Wed Aug 6 17:37:26 2003 UTC revision 1.5 by dpavlin, Fri Aug 15 23:05:18 2003 UTC
# Line 1  Line 1 
1  RServ improved by community  RServ improved by community version 0.3-pre2
2    
3  http://www.rot13.org/~dpavlin/projects/rserv/  http://www.rot13.org/~dpavlin/projects/rserv/
4  http://gborg.postgresql.org/project/rservimp/projdisplay.php  http://gborg.postgresql.org/project/rservimp/projdisplay.php
5    
6  Rserv offers replication capabilities for PostgreSQL. This is improved  RServ offers replication capabilities for PostgreSQL. This is improved
7  version of original code by PostgreSQL Inc. included in contrib part of  version of original code by PostgreSQL Inc. included in contrib part of
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.  changes made by Nélio Alves Pereira Filho and Dobrica Pavlinusic and
12    contributions from Grant McLean.
13    
14  Main goals are secure remote replication using ssh, ease of installation and  Main goals are secure remote replication using ssh, ease of installation and
15  documentation. We aim to create stable and easy to use replication until  documentation. We aim to create stable and easy to use replication until
# Line 35  misc/regress.sh                original regress script Line 36  misc/regress.sh                original regress script
36  misc/slave.sql          database schema for slave (changed)  misc/slave.sql          database schema for slave (changed)
37  misc/rserv_test.pl      bulk inserter for populating database  misc/rserv_test.pl      bulk inserter for populating database
38  share/RServ.pm          perl module used by utilities in bin/  share/RServ.pm          perl module used by utilities in bin/
39    
40    
41    Nice accompanying project is pgdiff (also from Dobrica Pavlinusic) available at
42    http://gborg.postgresql.org/project/pgdiff/projdisplay.php
43    compares the structures and data of two PostgreSQL databases (master and
44    slave) and returns the differences as a sequence of SQL commands which can
45    be fed to psql on slave to transform the structure and data from master to
46    slave.
47    It can be used to make regression testing of RServ replication (that's why I
48    originally written it).
49    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26