Author: turnstep Date: Tue Feb 10 13:09:52 2009 New Revision: 12499 Modified: DBD-Pg/trunk/Pg.pm
Log: Doc typo: pg_expand_array defaults to TRUE. Thanks to Eric Rijkers. Modified: DBD-Pg/trunk/Pg.pm ============================================================================== --- DBD-Pg/trunk/Pg.pm (original) +++ DBD-Pg/trunk/Pg.pm Tue Feb 10 13:09:52 2009 @@ -3164,7 +3164,7 @@ =head3 B<pg_expand_array> (boolean) -DBD::Pg specific attribute. Defaults to false. If false, arrays returned from the server will +DBD::Pg specific attribute. Defaults to true. If false, arrays returned from the server will not be changed into a Perl arrayref, but remain as a string. =head3 B<pg_async_status> (integer, read-only)
