Author: turnstep Date: Sun Feb 10 10:00:50 2008 New Revision: 10712 Modified: DBD-Pg/trunk/Pg.pm
Log: Add common codes Modified: DBD-Pg/trunk/Pg.pm ============================================================================== --- DBD-Pg/trunk/Pg.pm (original) +++ DBD-Pg/trunk/Pg.pm Sun Feb 10 10:00:50 2008 @@ -1808,6 +1808,12 @@ Note that these codes are part of the SQL standard and only a small number of them will be used by PostgreSQL. +Common ones to note: + + 00000 Successful completion + 25P01 No active SQL transaction + 25P02 In failed SQL transaction + =item B<trace> $h->trace($trace_level);
