提交 c0eb2a1f 编写于 作者: D Daniel Gustafsson

Mark gp_ignore_error_table as deprecated

The gp_ignore_error_table GUC will be deprecated in Greenplum 6 to
be removed in Greenplum 7. Highlight this in the documentation.

Discussion: https://groups.google.com/a/greenplum.org/forum/#!topic/gpdb-dev/mzYcVk_G5UwReviewed-by: NDavid Yozie <dyozie@pivotal.io>
上级 2c576b08
......@@ -3817,11 +3817,10 @@
</body>
</topic>
<topic id="gp_ignore_error_table">
<title>gp_ignore_error_table</title>
<title>gp_ignore_error_table (Deprecated)</title>
<body>
<p>Controls Greenplum Database behavior when the <codeph>INTO ERROR TABLE</codeph> clause is
specified in a <codeph>CREATE EXTERNAL TABLE</codeph> or <codeph>COPY</codeph> command. The
<codeph>INTO ERROR TABLE</codeph> clause was removed in Greenplum Database 5. </p>
<p>Controls Greenplum Database behavior when the deprecated <codeph>INTO ERROR TABLE</codeph> clause is
specified in a <codeph>CREATE EXTERNAL TABLE</codeph> or <codeph>COPY</codeph> command.</p>
<p>The default value is <codeph>false</codeph>, Greenplum Database returns an error if the
<codeph>INTO ERROR TABLE</codeph> clause is specified in a command. </p>
<p>If the value is <codeph>true</codeph>, Greenplum Database ignores the clause, issues a
......@@ -3834,6 +3833,9 @@
you run applications that execute <codeph>CREATE EXTERNAL TABLE</codeph> or
<codeph>COPY</codeph> commands that include the Greenplum Database 4.3.x <codeph>INTO
ERROR TABLE</codeph> clause.</p>
<p>The <codeph>INTO ERROR TABLE</codeph> clause was deprecated and removed in Greenplum Database 5.
In Greenplum Database 7 this GUC will be removed as well causing all <codeph>INTO ERROR TABLE</codeph>
invocations be yield a syntax error.</p>
<table id="table_hnf_2v5_bdb">
<tgroup cols="3">
<colspec colnum="1" colname="col1" colwidth="1*"/>
......
......@@ -2947,7 +2947,7 @@ struct config_bool ConfigureNamesBool_gp[] =
{
{"gp_ignore_error_table", PGC_USERSET, COMPAT_OPTIONS_PREVIOUS,
gettext_noop("Ignore INTO error-table in external table and COPY."),
gettext_noop("Ignore INTO error-table in external table and COPY (Deprecated)."),
NULL,
GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE | GUC_GPDB_ADDOPT
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册