RServ improved by community version 0.3-pre1

http://www.rot13.org/~dpavlin/projects/rserv/
http://gborg.postgresql.org/project/rservimp/projdisplay.php

Rserv offers replication capabilities for PostgreSQL. This is improved
version of original code by PostgreSQL Inc. included in contrib part of
distribution.

Originally written by Vadim Mikheev from PostgreSQL Inc., it also include
changes made by Nlio Alves Pereira Filho and Dobrica Pavlinusic.

Main goals are secure remote replication using ssh, ease of installation and
documentation. We aim to create stable and easy to use replication until
PGReplication is included in official PostgreSQL. However, it's not planned
to discontinue project at that time. You will just have choice of two
replication mechanisms.

This project is released under the Berkeley/BSD license. 


FILES

This is my attempt to describe files in this distribution.

bin/			mostly perl utilities which are required for RServ
doc/			contains documentation about RServ collected from various sources
doc/README.rserv	original README for RServ 0.1
doc/eRserver.ChangeLog	non-english ChangeLog from Nlio
doc/eRserver.HOWTO	not quite accurate HOWTO from Sekar Gopi
lib/			contains C source code for rserv.so used by trigger in RServ
misc/master.sql		database schema of RServ specific part in master database
			with comments for RServ 0.1 (changed by now)
misc/regress.sh		original regress script
misc/slave.sql		database schema for slave (changed)
misc/rserv_test.pl	bulk inserter for populating database
share/RServ.pm		perl module used by utilities in bin/
