mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
af09c6b028
commit
691de62b84
1 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue