提交 bb667b4f 编写于 作者: M mkiyama

docs: fix minor typo in COPY command.

上级 5556ac3a
...@@ -400,13 +400,13 @@ COPY {table [(<varname>column</varname> [, ...])] | (<varname>query</varname>)} ...@@ -400,13 +400,13 @@ COPY {table [(<varname>column</varname> [, ...])] | (<varname>query</varname>)}
with the <codeph>COPY TO</codeph> command. The <codeph>COPY</codeph> command might return with the <codeph>COPY TO</codeph> command. The <codeph>COPY</codeph> command might return
table distribution policy errors, if you attempt to restore table data and the table table distribution policy errors, if you attempt to restore table data and the table
distribution policy was changed after the <codeph>COPY FROM...ON SEGMENT</codeph> was distribution policy was changed after the <codeph>COPY FROM...ON SEGMENT</codeph> was
run.</p><note>If you run <codeph>COPY FROM...ON SEGMENT</codeph>and the server configuration run.</p><note>If you run <codeph>COPY FROM...ON SEGMENT</codeph> and the server
parameter <codeph>gp_enable_segment_copy_checking</codeph> is <codeph>false</codeph>, manual configuration parameter <codeph>gp_enable_segment_copy_checking</codeph> is
redistribution of table data might be required. See the <codeph>ALTER TABLE</codeph> clause <codeph>false</codeph>, manual redistribution of table data might be required. See the
<codeph>WITH REORGANIZE</codeph>.</note><p>When you specify the <codeph>LOG <codeph>ALTER TABLE</codeph> clause <codeph>WITH REORGANIZE</codeph>.</note><p>When you
ERRORS</codeph> clause, Greenplum Database captures errors that occur while reading the specify the <codeph>LOG ERRORS</codeph> clause, Greenplum Database captures errors that
external table data. You can view and manage the captured error log data. </p><ul occur while reading the external table data. You can view and manage the captured error log
id="ul_wk3_jdj_bp"> data. </p><ul id="ul_wk3_jdj_bp">
<li>Use the built-in SQL function <li>Use the built-in SQL function
<codeph>gp_read_error_log('<varname>table_name</varname>')</codeph>. It requires <codeph>gp_read_error_log('<varname>table_name</varname>')</codeph>. It requires
<codeph>SELECT</codeph> privilege on <varname>table_name</varname>. This example <codeph>SELECT</codeph> privilege on <varname>table_name</varname>. This example
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册