NAME
Class::DBI::Replicated::Pg::Slony1 - Pg replication using Slony1
SYNOPSIS
package My::DBI;
use base 'Class::DBI::Replicated::Pg::Slony1';
My::DBI->replication(...);
OPTIONS
Additional options for replication
.
slony1_schema
slony1_origin
HOOKS
replication_args
replication_setup
See Class::DBI::Replicated. Allow and set up slony1 options.
METHODS
repl_get_master
repl_get_slave
repl_compare
AUTHOR
Hans Dieter Pearcey, <hdp@cpan.org>
BUGS
Please report any bugs or feature requests to bug-class-dbi-replicated-pg-slony1@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Class-DBI-Replicated. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2005 Hans Dieter Pearcey, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.