From 691de62b84c7683c0c31ab68bc4f9f49e4b31d63 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 22 Sep 2004 09:02:12 +0000 Subject: [PATCH] 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 --- reference/pgsql/functions/pg-put-line.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/pgsql/functions/pg-put-line.xml b/reference/pgsql/functions/pg-put-line.xml index f2c1de8e07..2d73538760 100644 --- a/reference/pgsql/functions/pg-put-line.xml +++ b/reference/pgsql/functions/pg-put-line.xml @@ -1,5 +1,5 @@ - + @@ -49,6 +49,15 @@ + + + Use of the pg_put_line causes most large object + operations, including pg_lo_read and + pg_lo_tell, to subsequently fail. You can use + pg_copy_from and pg_copy_to + instead. + + See also pg_end_copy.