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 (
bucardo /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 24 05:01:36 -0700 2009 | |
| |
.perlcriticrc | Thu Sep 24 06:51:55 -0700 2009 | |
| |
Bucardo.pm | Sun Dec 13 19:23:22 -0800 2009 | |
| |
Bucardo.pm.html | Mon Oct 12 08:09:56 -0700 2009 | |
| |
Changes | Sun Dec 06 18:29:29 -0800 2009 | |
| |
INSTALL | Mon Sep 07 14:46:47 -0700 2009 | |
| |
LICENSE | Sat Jan 10 19:16:10 -0800 2009 | |
| |
MANIFEST | Wed Oct 07 13:42:18 -0700 2009 | |
| |
MANIFEST.SKIP | Sun Sep 06 15:40:46 -0700 2009 | |
| |
META.yml | Tue Nov 17 10:44:41 -0800 2009 | |
| |
Makefile.PL | Tue Nov 17 10:44:41 -0800 2009 | |
| |
README | Tue Nov 17 10:44:41 -0800 2009 | |
| |
README.dev | Wed Oct 14 18:43:40 -0700 2009 | |
| |
SIGNATURE | Wed Oct 14 10:05:14 -0700 2009 | |
| |
TODO | Fri Oct 30 08:51:28 -0700 2009 | |
| |
UPGRADE | Thu Sep 03 12:16:54 -0700 2009 | |
| |
bucardo.schema | Thu Dec 10 07:58:18 -0800 2009 | |
| |
bucardo_ctl | Thu Dec 10 07:59:00 -0800 2009 | |
| |
bucardo_ctl.html | Mon Oct 12 08:09:56 -0700 2009 | |
| |
scripts/ | Tue Oct 20 07:46:46 -0700 2009 | |
| |
t/ | Sun Dec 06 18:42:19 -0800 2009 |
README
Bucardo - a table-based replication system DESCRIPTION: ------------ This is version 4.5.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. WEBSITE: ------- Please visit http://bucardo.org for complete documentation.







