Author: turnstep
Date: Tue Jul 22 20:59:10 2008
New Revision: 11573

Modified:
   DBD-Pg/trunk/Pg.pm

Log:
Fix v. minor POD error.


Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Tue Jul 22 20:59:10 2008
@@ -3476,17 +3476,17 @@
 Not supported by this driver. See the note about B<Cursors> elsewhere in this
 document.
 
-=item C<Database>  (dbh, read-only)
+=item B<Database>  (dbh, read-only)
 
 Returns the database handle this statement handle was created from.
 
-=item C<ParamValues>  (hash ref, read-only)
+=item B<ParamValues>  (hash ref, read-only)
 
 Supported by this driver as proposed by DBI. If called before C<execute>, the
 literal values passed in are returned. If called after C<execute>, then
 the quoted versions of the values are shown.
 
-=item C<ParamTypes>  (hash ref, read-only)
+=item B<ParamTypes>  (hash ref, read-only)
 
 Returns a hash of all current placeholders. The keys are the names of the 
placeholders, 
 and the values are the types that have been bound to each one. Placeholders 
that 

Reply via email to