Index: en/reference/pdo/pdostatement/bindcolumn.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/pdo/pdostatement/bindcolumn.xml,v
retrieving revision 1.5
diff -u -r1.5 bindcolumn.xml
--- en/reference/pdo/pdostatement/bindcolumn.xml	2 Apr 2008 16:56:10 -0000	1.5
+++ en/reference/pdo/pdostatement/bindcolumn.xml	11 Feb 2009 11:17:03 -0000
@@ -31,6 +31,12 @@
     the statement is executed, portable applications should call this
     function <emphasis>after</emphasis> <function>PDOStatement::execute</function>.
    </para>
+   <para>
+    However, to be able to bind a LOB column as a strem when using the
+    <emphasis>PgSQL driver</emphasis>, applications should call this function
+    <emphasis>before</emphasis> <function>PDOStatement::execute</function>,
+    otherwise the large object OID will be returned as integer.
+   </para>
   </note>
  </refsect1>
 
