public
Description: Bucardo
Homepage: http://bucardo.org/
Clone URL: git://github.com/bucardo/bucardo.git
name age message
file .gitignore Thu Sep 24 05:01:36 -0700 2009 Add more files to .gitignore [turnstep]
file .perlcriticrc Thu Sep 24 06:51:55 -0700 2009 Minor Perl::Critic cleanups [turnstep]
file Bucardo.pm Sun Dec 13 19:23:22 -0800 2009 Remove overly verbose log entry. [turnstep]
file Bucardo.pm.html Mon Oct 12 08:09:56 -0700 2009 Bump version to 4.4.0, due to the changed custo... [turnstep]
file Changes Sun Dec 06 18:29:29 -0800 2009 Set the search_path to prevent bogus warnings o... [turnstep]
file INSTALL Mon Sep 07 14:46:47 -0700 2009 Mention wiki page and latest version in INSTALL. [turnstep]
file LICENSE Sat Jan 10 19:16:10 -0800 2009 Bump year to 2009 [turnstep]
file MANIFEST Wed Oct 07 13:42:18 -0700 2009 Remove now unused bucardo.test.helper [turnstep]
file MANIFEST.SKIP Sun Sep 06 15:40:46 -0700 2009 More files to skip [turnstep]
file META.yml Tue Nov 17 10:44:41 -0800 2009 Bump version to 4.5.0 [turnstep]
file Makefile.PL Tue Nov 17 10:44:41 -0800 2009 Bump version to 4.5.0 [turnstep]
file README Tue Nov 17 10:44:41 -0800 2009 Bump version to 4.5.0 [turnstep]
file README.dev Wed Oct 14 18:43:40 -0700 2009 Fix typo in freenode.net [jonjensen]
file SIGNATURE Wed Oct 14 10:05:14 -0700 2009 Signature and date for version 4.3.0 [turnstep]
file TODO Fri Oct 30 08:51:28 -0700 2009 Ideas for TODO [turnstep]
file UPGRADE Thu Sep 03 12:16:54 -0700 2009 Add spellchecking. [turnstep]
file bucardo.schema Thu Dec 10 07:58:18 -0800 2009 bucardo.schema: minor whitespace change [turnstep]
file bucardo_ctl Thu Dec 10 07:59:00 -0800 2009 Merge branch 'master' of greg@bucardo.org:/var/... [turnstep]
file bucardo_ctl.html Mon Oct 12 08:09:56 -0700 2009 Bump version to 4.4.0, due to the changed custo... [turnstep]
directory scripts/ Tue Oct 20 07:46:46 -0700 2009 bucardo-report: show summary at end of each gro... [turnstep]
directory t/ Sun Dec 06 18:42:19 -0800 2009 Show duration of queries in the Postgres logs f... [turnstep]
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.