Author: turnstep Date: Mon Jul 21 07:14:24 2008 New Revision: 11554 Modified: DBD-Pg/trunk/Pg.pm
Log: Doc tweak. Modified: DBD-Pg/trunk/Pg.pm ============================================================================== --- DBD-Pg/trunk/Pg.pm (original) +++ DBD-Pg/trunk/Pg.pm Mon Jul 21 07:14:24 2008 @@ -3475,7 +3475,9 @@ =item B<Statement> (string, read-only) -Supported by this driver as proposed by DBI. +Returns the statement string passed to the most recent "prepare" method called in this database handle, even if that method +failed. This is especially useful where "RaiseError" is enabled and the exception handler checks $@ and sees that a ’prepare’ +method call failed. =item B<RowCache> (integer, read-only)
