Author: turnstep Date: Mon Jan 21 14:56:02 2008 New Revision: 10629 Modified: DBD-Pg/trunk/Pg.pm
Log: Typos caught by breinbass Modified: DBD-Pg/trunk/Pg.pm ============================================================================== --- DBD-Pg/trunk/Pg.pm (original) +++ DBD-Pg/trunk/Pg.pm Mon Jan 21 14:56:02 2008 @@ -1788,7 +1788,7 @@ =item B<state> -< $str = $h->state; + $str = $h->state; Supported by this driver. Returns a five-character "SQLSTATE" code. Success is indicated by a "00000" code, which gets mapped to an @@ -3582,7 +3582,7 @@ Quoting will not work properly if standard_conforming_strings is set to 'on', so it is recommended that this be set to 'off' until full support for it can -be build into DBD::Pg. +be built into DBD::Pg. =head1 AUTHORS
