This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Ben Allen (author)
Fri May 15 17:02:31 -0700 2009
commit 39ccc116f5e6cfc6b0531f04ac40c83012893a80
tree f765d4682c9ab752361398bd4277a4e22d828508
parent 8fb357feb993d272c19405c094e4e44becd50864
tree f765d4682c9ab752361398bd4277a4e22d828508
parent 8fb357feb993d272c19405c094e4e44becd50864
bucardo /
| name | age | message | |
|---|---|---|---|
| |
.perlcriticrc | ||
| |
Bucardo.pm | ||
| |
Bucardo.pm.html | ||
| |
Changes | ||
| |
INSTALL | ||
| |
LICENSE | Sat Jan 10 19:16:10 -0800 2009 | |
| |
MANIFEST | ||
| |
MANIFEST.SKIP | Mon Sep 24 09:16:47 -0700 2007 | |
| |
META.yml | ||
| |
Makefile.PL | ||
| |
README | ||
| |
README.dev | ||
| |
SIGNATURE | ||
| |
TODO | ||
| |
add_strict_checking.sql.pg | ||
| |
bucardo.html | ||
| |
bucardo.schema | ||
| |
bucardo_ctl | ||
| |
bucardo_ctl.html | ||
| |
scripts/ | ||
| |
t/ |
README
Bucardo - a table-based replication system DESCRIPTION: ------------ This is version 3.1.0 of Bucardo. COPYRIGHT: ---------- Copyright (c) 2005-2009 Greg Sabino Mullane <greg@endpoint.com> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available. REQUIREMENTS: ------------- build, test, and install Perl 5 (at least 5.8.3) build, test, and install Postgres (at least 8.1) build, test, and install the DBI module (at least 1.51) build, test, and install the DBD::Pg module (at least 2.0.0) You must have at least one database that has Pl/Pgsql and Pl/Perl installed. Target databases may need Pl/Pgsql. INSTALLATION: ------------- To install this module type the following: perl Makefile.PL make make test (but see below first) make install EXAMPLES: --------- See the test suite in the t/ subdirectory for some examples. TESTING: -------- Because Test::Harness does not play well with forking, the Makefile will attempt to start a small helper daemon for controlling Bucardo from within the tests. You will need to tell the test script where it can find some databases to test with by editing this file: t/bucardo.test.data Once that is set, simply do the usual: make test Or better still: make test TEST_VERBOSE=1








