Don't use together with pg_lo_* (bug #23786)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168967 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-09-22 09:02:12 +00:00
parent af09c6b028
commit 691de62b84

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.20 -->
<refentry id="function.pg-put-line">
<refnamediv>
@ -49,6 +49,15 @@
</programlisting>
</example>
</para>
<warning>
<para>
Use of the <function>pg_put_line</function> causes most large object
operations, including <function>pg_lo_read</function> and
<function>pg_lo_tell</function>, to subsequently fail. You can use
<function>pg_copy_from</function> and <function>pg_copy_to</function>
instead.
</para>
</warning>
<para>
See also <function>pg_end_copy</function>.
</para>