From 5eedc6c25b1dbdcc5e1269a813d110d64333248f Mon Sep 17 00:00:00 2001 From: Andreas Scherbaum Date: Tue, 23 May 2017 21:11:14 +0200 Subject: [PATCH] Add spaces in documentation where needed (#2482) Some minor documentation fixes --- gpdb-doc/dita/admin_guide/ddl/ddl-partition.xml | 2 +- gpdb-doc/dita/admin_guide/ddl/ddl-storage.xml | 2 +- .../admin_guide/load/topics/g-configuration-file-format.xml | 4 ++-- .../topics/g-importing-and-exporting-fixed-width-data.xml | 2 +- .../dita/admin_guide/load/topics/g-write-a-transform.xml | 4 ++-- gpdb-doc/dita/admin_guide/query/parallel-proc.xml | 2 +- gpdb-doc/dita/admin_guide/query/topics/parallel-proc.xml | 2 +- gpdb-doc/dita/admin_guide/test.xml | 2 +- gpdb-doc/dita/client_tool_guides/client/unix/psql.xml | 6 +++--- gpdb-doc/dita/client_tool_guides/client/windows/psqlexe.xml | 6 +++--- .../dita/client_tool_guides/drivers/windows/win_connect.xml | 2 +- gpdb-doc/dita/ref_guide/config_params/guc-list.xml | 2 +- gpdb-doc/dita/ref_guide/gp_toolkit.xml | 2 +- gpdb-doc/dita/ref_guide/yaml_spec.xml | 2 +- gpdb-doc/dita/utility_guide/admin_utilities/gpfilespace.xml | 6 +++--- .../dita/utility_guide/admin_utilities/pgbouncer-ref.xml | 2 +- gpdb-doc/dita/utility_guide/client_utilities/psql.xml | 2 +- 17 files changed, 25 insertions(+), 25 deletions(-) diff --git a/gpdb-doc/dita/admin_guide/ddl/ddl-partition.xml b/gpdb-doc/dita/admin_guide/ddl/ddl-partition.xml index 6f5142c193..760c94d962 100644 --- a/gpdb-doc/dita/admin_guide/ddl/ddl-partition.xml +++ b/gpdb-doc/dita/admin_guide/ddl/ddl-partition.xml @@ -798,7 +798,7 @@ INTO (PARTITION jan09, default partition); Exchanging a Leaf Child Partition with an External Table

You can exchange a leaf child partition of a partitioned table with a readable external - table.The external table data can reside on a host file system, an NFS mount, or a Hadoop + table. The external table data can reside on a host file system, an NFS mount, or a Hadoop file system (HDFS).

For example, if you have a partitioned table that is created with monthly partitions and most of the queries against the table only access the newer data, you can copy the older, diff --git a/gpdb-doc/dita/admin_guide/ddl/ddl-storage.xml b/gpdb-doc/dita/admin_guide/ddl/ddl-storage.xml index 480f05bbbf..5f85983df9 100644 --- a/gpdb-doc/dita/admin_guide/ddl/ddl-storage.xml +++ b/gpdb-doc/dita/admin_guide/ddl/ddl-storage.xml @@ -739,7 +739,7 @@ GRANT SELECT ON sales TO guest;

A partition that is added to a table that has subpartitions with compression settings - inherits the compression settings from the subpartition.The following example shows how + inherits the compression settings from the subpartition. The following example shows how to create a table with subpartition encodings, then alter it to add a partition.

CREATE TABLE ccddl (i int, j int, k int, l int) diff --git a/gpdb-doc/dita/admin_guide/load/topics/g-configuration-file-format.xml b/gpdb-doc/dita/admin_guide/load/topics/g-configuration-file-format.xml index 77354fc5e4..5e9e532dda 100644 --- a/gpdb-doc/dita/admin_guide/load/topics/g-configuration-file-format.xml +++ b/gpdb-doc/dita/admin_guide/load/topics/g-configuration-file-format.xml @@ -112,7 +112,7 @@ COMMAND: command STDERR -

Optional.The values are server and +

Optional. The values are server and console.

This setting specifies how to handle standard error output from the transformation. The default, server, specifies that @@ -124,4 +124,4 @@ COMMAND: command - \ No newline at end of file + diff --git a/gpdb-doc/dita/admin_guide/load/topics/g-importing-and-exporting-fixed-width-data.xml b/gpdb-doc/dita/admin_guide/load/topics/g-importing-and-exporting-fixed-width-data.xml index 326f391025..814241c120 100644 --- a/gpdb-doc/dita/admin_guide/load/topics/g-importing-and-exporting-fixed-width-data.xml +++ b/gpdb-doc/dita/admin_guide/load/topics/g-importing-and-exporting-fixed-width-data.xml @@ -28,7 +28,7 @@ FORMAT 'CUSTOM' (formatter=fixedwidth_in,

  • Set options for blank and null characters.

    Trailing blanks are trimmed by default. To keep trailing blanks, use the - preserve_blanks=on option.You can reset the trailing blanks + preserve_blanks=on option. You can reset the trailing blanks option to the default with the preserve_blanks=off option.

    Use the null='null_string_value' option to specify a value for null characters.

    diff --git a/gpdb-doc/dita/admin_guide/load/topics/g-write-a-transform.xml b/gpdb-doc/dita/admin_guide/load/topics/g-write-a-transform.xml index 9e5daeab2d..c9a3ae9aa9 100644 --- a/gpdb-doc/dita/admin_guide/load/topics/g-write-a-transform.xml +++ b/gpdb-doc/dita/admin_guide/load/topics/g-write-a-transform.xml @@ -4,7 +4,7 @@ Write a Transform -

    The transform specifies what to extract from the data.You can use any authoring +

    The transform specifies what to extract from the data. You can use any authoring environment and language appropriate for your project. For XML transformations choose a technology such as XSLT, Joost (STX), Java, Python, or Perl, based on the goals and scope of the project.

    @@ -56,4 +56,4 @@ that element in the variable price.
  • - \ No newline at end of file + diff --git a/gpdb-doc/dita/admin_guide/query/parallel-proc.xml b/gpdb-doc/dita/admin_guide/query/parallel-proc.xml index 6c7bcc0e10..bf6f7d1391 100644 --- a/gpdb-doc/dita/admin_guide/query/parallel-proc.xml +++ b/gpdb-doc/dita/admin_guide/query/parallel-proc.xml @@ -18,7 +18,7 @@ segments, as shown in . The master dispatches targeted query plans to a single segment, as shown in . Each segment is responsible for - executing local database operations on its own set of data.query plans

    + executing local database operations on its own set of data.

    Most database operations—such as table scans, joins, aggregations, and sorts—execute across all segments in parallel. Each operation is performed on a segment database independent of the data stored in the other segment databases.

    diff --git a/gpdb-doc/dita/admin_guide/query/topics/parallel-proc.xml b/gpdb-doc/dita/admin_guide/query/topics/parallel-proc.xml index c78936bcad..ebcf9a0fa1 100644 --- a/gpdb-doc/dita/admin_guide/query/topics/parallel-proc.xml +++ b/gpdb-doc/dita/admin_guide/query/topics/parallel-proc.xml @@ -18,7 +18,7 @@ segments, as shown in . The master dispatches targeted query plans to a single segment, as shown in . Each segment is responsible for - executing local database operations on its own set of data.query plans

    + executing local database operations on its own set of data.

    Most database operations—such as table scans, joins, aggregations, and sorts—execute across all segments in parallel. Each operation is performed on a segment database independent of the data stored in the other segment databases.

    diff --git a/gpdb-doc/dita/admin_guide/test.xml b/gpdb-doc/dita/admin_guide/test.xml index 374af4463d..a6a979fade 100644 --- a/gpdb-doc/dita/admin_guide/test.xml +++ b/gpdb-doc/dita/admin_guide/test.xml @@ -1401,7 +1401,7 @@ GRANT SELECT ON sales TO guest;

    A partition that is added to a table that has subpartitions with compression settings - inherits the compression settings from the subpartition.The following example shows + inherits the compression settings from the subpartition. The following example shows how to create a table with subpartition encodings, then alter it to add a partition.

    diff --git a/gpdb-doc/dita/client_tool_guides/client/unix/psql.xml b/gpdb-doc/dita/client_tool_guides/client/unix/psql.xml index bb364445cf..6687221c6d 100644 --- a/gpdb-doc/dita/client_tool_guides/client/unix/psql.xml +++ b/gpdb-doc/dita/client_tool_guides/client/unix/psql.xml @@ -387,9 +387,9 @@ testdb=# displayed for the table. For column-oriented tables, storage options are displayed for each column.

  • The command form \dS is identical, except that - system information is displayed as well as user information.For example, + system information is displayed as well as user information. For example, \dt displays user tables, but not system tables; - \dtS displays both user and system tables.Both these commands can + \dtS displays both user and system tables. Both these commands can take the + parameter to display additional information, as in \dt+ and \dtS+.

    If \d is used without a pattern argument, it is equivalent to \dtvs which will @@ -767,7 +767,7 @@ lo_import 152801 \t [novalue | on | off] The \t command by itself toggles a display of output column name headings and row count footer. The values on and off - set the tuples display, regardless of the current setting.This command is equivalent to + set the tuples display, regardless of the current setting. This command is equivalent to \pset tuples_only and is provided for convenience. diff --git a/gpdb-doc/dita/client_tool_guides/client/windows/psqlexe.xml b/gpdb-doc/dita/client_tool_guides/client/windows/psqlexe.xml index 694cd3d55f..d874955a1a 100644 --- a/gpdb-doc/dita/client_tool_guides/client/windows/psqlexe.xml +++ b/gpdb-doc/dita/client_tool_guides/client/windows/psqlexe.xml @@ -387,9 +387,9 @@ testdb=# displayed for the table. For column-oriented tables, storage options are displayed for each column.

  • The command form \dS is identical, except that - system information is displayed as well as user information.For example, + system information is displayed as well as user information. For example, \dt displays user tables, but not system tables; - \dtS displays both user and system tables.Both these commands can + \dtS displays both user and system tables. Both these commands can take the + parameter to display additional information, as in \dt+ and \dtS+.

    If \d is used without a pattern argument, it is equivalent to \dtvs which will @@ -767,7 +767,7 @@ lo_import 152801 \t [novalue | on | off] The \t command by itself toggles a display of output column name headings and row count footer. The values on and off - set the tuples display, regardless of the current setting.This command is equivalent to + set the tuples display, regardless of the current setting. This command is equivalent to \pset tuples_only and is provided for convenience. diff --git a/gpdb-doc/dita/client_tool_guides/drivers/windows/win_connect.xml b/gpdb-doc/dita/client_tool_guides/drivers/windows/win_connect.xml index 31ceade459..fe8d37e1cc 100644 --- a/gpdb-doc/dita/client_tool_guides/drivers/windows/win_connect.xml +++ b/gpdb-doc/dita/client_tool_guides/drivers/windows/win_connect.xml @@ -238,7 +238,7 @@ For PDF, the connectivity tools ditamap requires the pdf-note transform -->

    • The Kerberos kinit utility is required on the client - machine. he kinit.exe utility is available with Kerberos for Windows. + machine. The kinit.exe utility is available with Kerberos for Windows. Greenplum Database supports Kerberos for Windows version 3.2.2. Kerberos for Windows is available from the Kerberos web site http://web.mit.edu/kerberos/. When you install diff --git a/gpdb-doc/dita/ref_guide/config_params/guc-list.xml b/gpdb-doc/dita/ref_guide/config_params/guc-list.xml index 5fd9323cae..82b9109b70 100644 --- a/gpdb-doc/dita/ref_guide/config_params/guc-list.xml +++ b/gpdb-doc/dita/ref_guide/config_params/guc-list.xml @@ -6459,7 +6459,7 @@ well. For more information about limiting concurrent connections, see "Configuring Client Authentication" in the Greenplum Database Administrator Guide.

      Increasing this parameter may cause Greenplum Database to request more shared - memory.Increasing this parameter might cause Greenplum Database to request more shared + memory. Increasing this parameter might cause Greenplum Database to request more shared memory. See for information about Greenplum server instance shared memory buffers.

      diff --git a/gpdb-doc/dita/ref_guide/gp_toolkit.xml b/gpdb-doc/dita/ref_guide/gp_toolkit.xml index 904d96645c..3702a9b887 100644 --- a/gpdb-doc/dita/ref_guide/gp_toolkit.xml +++ b/gpdb-doc/dita/ref_guide/gp_toolkit.xml @@ -659,7 +659,7 @@

      This function returns metadata information contained in a column-oriented append-optimized table's on-disk segment file. Each row describes a segment for a column - in the table.The data is complex, but users with a deep understanding of the system may + in the table. The data is complex, but users with a deep understanding of the system may find it useful for debugging.

      The input argument is the oid of a column-oriented append-optimized table. Call as __gp_aocsseg_history_name('table_name') to get the same result with the table name as diff --git a/gpdb-doc/dita/ref_guide/yaml_spec.xml b/gpdb-doc/dita/ref_guide/yaml_spec.xml index ff1874df82..aab84adbde 100644 --- a/gpdb-doc/dita/ref_guide/yaml_spec.xml +++ b/gpdb-doc/dita/ref_guide/yaml_spec.xml @@ -287,7 +287,7 @@ date: 1865 href="#topic3/GPFDIST" format="dita">GPFDIST and EXEC inputs. Specifies a single character that separates data values. The default is a tab character in - TEXT mode, a comma in CSV mode.The + TEXT mode, a comma in CSV mode. The delimiter character must only appear between any two data value fields. Do not place a delimiter at the beginning or end of a row.

      diff --git a/gpdb-doc/dita/utility_guide/admin_utilities/gpfilespace.xml b/gpdb-doc/dita/utility_guide/admin_utilities/gpfilespace.xml index 01d185df51..48a41ce29d 100644 --- a/gpdb-doc/dita/utility_guide/admin_utilities/gpfilespace.xml +++ b/gpdb-doc/dita/utility_guide/admin_utilities/gpfilespace.xml @@ -59,13 +59,13 @@ to be used by a tablespace.

      Synopsis--showtempfilespace Show the name of the filespace currently associated with temporary files. This option checks that all primary and mirror segments, master and master standby are using the - same filespace or temporary files.You will receive a warning message and an email if any + same filespace or temporary files. You will receive a warning message and an email if any inconsistencies exist. --showtransfilespace Show the name of the filespace currently associated with transaction files. This option checks that all primary and mirror segments, master and master standby are using - the same filespace or transaction files.You will receive a warning message and an email + the same filespace or transaction files. You will receive a warning message and an email if any inconsistencies exist. -v | --version (show utility version)Displays the version of this utility.-? | --help (help)Displays the utility usage and syntax.Connection Options-h host | --host hostThe host name of the machine on which the Greenplum master database server is running. If not specified, reads from the environment variable @@ -106,4 +106,4 @@ sdw1:2:/gp_pri_filespc/gp0 sdw1:3:/gp_mir_filespc/gp1 sdw2:4:/gp_mir_filespc/gp0 sdw2:5:/gp_pri_filespc/gp1

      Execute the configuration file to create the filespace in Greenplum Database:

      $ gpfilespace -c gpfilespace_config_1
      See Also

      CREATE TABLESPACE in the Greenplum Database Reference - Guide

      \ No newline at end of file + Guide

      diff --git a/gpdb-doc/dita/utility_guide/admin_utilities/pgbouncer-ref.xml b/gpdb-doc/dita/utility_guide/admin_utilities/pgbouncer-ref.xml index 97a75a993b..0c2385abe8 100644 --- a/gpdb-doc/dita/utility_guide/admin_utilities/pgbouncer-ref.xml +++ b/gpdb-doc/dita/utility_guide/admin_utilities/pgbouncer-ref.xml @@ -842,7 +842,7 @@ DETAIL: Administration Commands

      From the PgBouncer Administrator console you can control connections between PgBouncer - and Greenplum Database.You can also set PgBouncer configuration parameters.

      + and Greenplum Database. You can also set PgBouncer configuration parameters.

      The following PgBouncer administration commands control the PgBouncer process.

      diff --git a/gpdb-doc/dita/utility_guide/client_utilities/psql.xml b/gpdb-doc/dita/utility_guide/client_utilities/psql.xml index 09881b5c42..a642cbd5dd 100644 --- a/gpdb-doc/dita/utility_guide/client_utilities/psql.xml +++ b/gpdb-doc/dita/utility_guide/client_utilities/psql.xml @@ -771,7 +771,7 @@ lo_import 152801 \t [novalue | on | off] The \t command by itself toggles a display of output column name headings and row count footer. The values on and off - set the tuples display, regardless of the current setting.This command is equivalent to + set the tuples display, regardless of the current setting. This command is equivalent to \pset tuples_only and is provided for convenience. -- GitLab