1DBIx::Connector::DriverU:s:ePrg(C3o)ntributed Perl DocumDeBnItxa:t:iCoonnnector::Driver::Pg(3)
2
3
4
6 DBIx::Connector::Driver::Pg - PostgreSQL-specific connection interface
7
9 This subclass of DBIx::Connector::Driver provides PostgreSQL-specific
10 implementations of the following methods:
11
12 "savepoint"
13 "release"
14 "rollback_to"
15 NOTE: Due to a bug
16 <https://rt.cpan.org/Ticket/Display.html?id=100648> in the
17 implementation of DBD::Pg's "ping" method, DBD::Pg 3.5.0 or later
18 is strongly recommended.
19
21 This module was written and is maintained by:
22
23 David E. Wheeler <david@kineticode.com>
24
25 It is based on code written by:
26
27 Matt S. Trout <mst@shadowcatsystems.co.uk>
28 Peter Rabbitson <rabbit+dbic@rabbit.us>
29
31 Copyright (c) 2009-2013 David E. Wheeler. Some Rights Reserved.
32
33 This module is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself.
35
36
37
38perl v5.32.1 2021-01-27 DBIx::Connector::Driver::Pg(3)