The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::SchemaChecksum::Driver::Pg - Pg driver for DBIx::SchemaChecksum

VERSION

version 1.104

DESCRIPTION

Get various extra schema info from postgres, if specified via driveropts

  • enum values

  • sequences

  • index definitions

  • triggers

  • functions

OPTIONS

driveropts

triggers

If set to a true value, add info about triggers to the dump.

sequences

If set to a true value, add info about sequences to the dump.

functions

If set to a true value, add info about functions to the dump.

AUTHORS

  • Thomas Klausner <domm@plix.at>

  • Maroš Kollár <maros@cpan.org>

  • Klaus Ita <koki@worstofall.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 - 2021 by Thomas Klausner, Maroš Kollár, Klaus Ita.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.