diff --git a/gpdb-doc/dita/utility_guide/ref/gpload.xml b/gpdb-doc/dita/utility_guide/ref/gpload.xml index 88928013da4e244d36ad3d090681d92571e06ea5..ebf80532b63b031d29299e620cb9a483a13a4149 100644 --- a/gpdb-doc/dita/utility_guide/ref/gpload.xml +++ b/gpdb-doc/dita/utility_guide/ref/gpload.xml @@ -47,7 +47,7 @@ gpfdist utility that is installed with Greenplum Database 4.x cannot be used with Greenplum Database 5.x or 6.x. The Greenplum Database 5.22 and later gpload for Linux is - compatible with Greenplum Database 6.x. The Greenplum Database 6.x + compatible with Greenplum Database 6.x. The Greenplum Database 6.x gpload for both Linux and Windows is compatible with Greenplum 5.x. MERGE and UPDATE operations are not supported if the target table column name is a reserved @@ -209,6 +209,7 @@     - DELIMITER: 'delimiter_character'     - ESCAPE: 'escape_character' | 'OFF'     - NULL_AS: 'null_string' + - FILL_MISSING_FIELDS: true | false     - FORCE_NOT_NULL: true | false     - QUOTE: 'csv_quote_character'     - HEADER: true | false @@ -306,9 +307,9 @@ information about using the gpfdist parallel file server and single and multiple gpfdist - instances, see "Loading and Unloading Data" in the - Greenplum Database Administrator - Guide.

+ instances, see .

LOCAL_HOSTNAME Optional. Specifies the host name or IP @@ -469,9 +470,9 @@ or comma separated values (CSV) format. Defaults to TEXT if not specified. For more information about the format of - the source data, see "Loading and Unloading Data" in - the Greenplum Database Administrator - Guide. + the source data, see . DELIMITER @@ -522,6 +523,24 @@ matches this string will be considered a null value. + + FILL_MISSING_FIELDS + Optional. The default value is + false. When reading a row of data + that has missing trailing field values (the row of + data has missing data fields at the end of a line or + row), Greenplum Database returns an error. + If the value is true, when reading + a row of data that has missing trailing field + values, the values are set to NULL. + Blank rows, fields with a NOT NULL + constraint, and trailing delimiters on a line will + still report an error. + See the FILL MISSING FIELDS clause + of the command. + FORCE_NOT_NULL Optional. In CSV mode, processes each specified @@ -589,8 +608,9 @@ errors, such as primary key violations, will still cause the load operation to abort if encountered. For information about handling load errors, see - "Loading and Unloading Data" in the Greenplum - Database Administrator Guide. + . LOG_ERRORS @@ -634,9 +654,9 @@ Database Administrator Guide. For information about the gp_read_error_log() function, see - the CREATE EXTERNAL TABLE command - in the Greenplum Database Reference - Guide + the command. EXTERNAL @@ -950,8 +970,8 @@ GPLOAD:
See Also

, - CREATE EXTERNAL TABLE in the Greenplum Database Reference - Guide

+