Author: turnstep
Date: Sat Mar 28 07:46:57 2009
New Revision: 12642

Modified:
   DBD-Pg/trunk/Pg.pm

Log:
Note deprecation.


Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Sat Mar 28 07:46:57 2009
@@ -2059,6 +2059,8 @@
 
 Upon failure it returns C<undef>. This function cannot be used if AutoCommit 
is enabled.
 
+The old way of calling large objects functions is deprecated: $dbh->func(.., 
'lo_);
+
 =item lo_open
 
   $lobj_fd = $dbh->pg_lo_open($lobjId, $mode);

Reply via email to