Author: turnstep
Date: Fri Jan 22 07:12:53 2010
New Revision: 13762

Modified:
   DBD-Pg/trunk/Pg.pm

Log:
Fix documentation about pg_lo* (Dirk Jagdmann)


Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Fri Jan 22 07:12:53 2010
@@ -4119,7 +4119,7 @@
 =head2 Large Objects
 
 DBD::Pg supports all largeobject functions provided by libpq via the
-C<func> method. Please note that access to a large object, even read-only 
+C<< $dbh->pg_lo* >> methods. Please note that access to a large object, even 
read-only 
 large objects, must be put into a transaction.
 
 =head2 Cursors

Reply via email to