small_fix_on_copy_doc.patch
text/x-diff
Filename: small_fix_on_copy_doc.patch
Type: text/x-diff
Part: 0
Message:
Small fix on COPY ON_ERROR document
Patch
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/copy.sgml | 2 | 2 |
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 21a5c4a052..14c8ceab06 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -577,8 +577,8 @@ COPY <replaceable class="parameter">count</replaceable>
<para>
<command>COPY</command> stops operation at the first error when
- <literal>ON_ERROR</literal> is not specified. This
- should not lead to problems in the event of a <command>COPY
+ <literal>ON_ERROR</literal> is not specified or <literal>stop</literal>.
+ This should not lead to problems in the event of a <command>COPY
TO</command>, but the target table will already have received
earlier rows in a <command>COPY FROM</command>. These rows will not
be visible or accessible, but they still occupy disk space. This might