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.