diff --git a/gpdb-doc/dita/ref_guide/sql_commands/COPY.xml b/gpdb-doc/dita/ref_guide/sql_commands/COPY.xml index fa4b81dee6baf4e47de6ac4c2ac6f367570c0022..4b8af30b0e7814c51368489776f73f0a599a89fd 100644 --- a/gpdb-doc/dita/ref_guide/sql_commands/COPY.xml +++ b/gpdb-doc/dita/ref_guide/sql_commands/COPY.xml @@ -400,13 +400,13 @@ COPY {table [(column [, ...])] | (query)} with the COPY TO command. The COPY command might return table distribution policy errors, if you attempt to restore table data and the table distribution policy was changed after the COPY FROM...ON SEGMENT was - run.

If you run COPY FROM...ON SEGMENTand the server configuration - parameter gp_enable_segment_copy_checking is false, manual - redistribution of table data might be required. See the ALTER TABLE clause - WITH REORGANIZE.

When you specify the LOG - ERRORS clause, Greenplum Database captures errors that occur while reading the - external table data. You can view and manage the captured error log data.