提交 5eedc6c2 编写于 作者: A Andreas Scherbaum 提交者: Andreas Scherbaum

Add spaces in documentation where needed (#2482)

Some minor documentation fixes
上级 c5d56fe0
......@@ -798,7 +798,7 @@ INTO (PARTITION jan09, default partition);
<title>Exchanging a Leaf Child Partition with an External Table</title>
<body>
<p>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).</p>
<p>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,
......
......@@ -739,7 +739,7 @@ GRANT SELECT ON sales TO guest;
</title>
<body>
<p>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.</p>
<p>
<codeblock>CREATE TABLE ccddl (i int, j int, k int, l int)
......
......@@ -112,7 +112,7 @@ COMMAND: command
<plentry id="p_stderr">
<pt>STDERR</pt>
<pd>
<p>Optional.The values are <codeph>server</codeph> and
<p>Optional. The values are <codeph>server</codeph> and
<codeph>console</codeph>.</p>
<p>This setting specifies how to handle standard error output from the
transformation. The default, <codeph>server</codeph>, specifies that
......@@ -124,4 +124,4 @@ COMMAND: command
</plentry>
</parml>
</body>
</topic>
\ No newline at end of file
</topic>
......@@ -28,7 +28,7 @@ FORMAT 'CUSTOM' (formatter=fixedwidth_in,
</li>
<li id="du200722">Set options for blank and null characters.<p>Trailing blanks are
trimmed by default. To keep trailing blanks, use the
<codeph>preserve_blanks=on</codeph> option.You can reset the trailing blanks
<codeph>preserve_blanks=on</codeph> option. You can reset the trailing blanks
option to the default with the <codeph>preserve_blanks=off</codeph> option.</p>
<p>Use the null=<codeph>'null_string_value'</codeph> option to specify a value for
null characters. </p>
......
......@@ -4,7 +4,7 @@
<topic id="topic77">
<title>Write a Transform</title>
<body>
<p>The transform specifies what to extract from the data.You can use any authoring
<p>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.</p>
......@@ -56,4 +56,4 @@
that element in the variable <codeph>price</codeph>.</li>
</ol>
</body>
</topic>
\ No newline at end of file
</topic>
......@@ -18,7 +18,7 @@
segments, as shown in <xref href="#topic2/iy139990" type="fig" format="dita"/>. The master
dispatches targeted query plans to a single segment, as shown in <xref
href="#topic2/iy145883" type="fig" format="dita"/>. Each segment is responsible for
executing local database operations on its own set of data.query plans </p>
executing local database operations on its own set of data.</p>
<p>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.</p>
......
......@@ -18,7 +18,7 @@
segments, as shown in <xref href="#topic2/iy139990" type="fig" format="dita"/>. The master
dispatches targeted query plans to a single segment, as shown in <xref
href="#topic2/iy145883" type="fig" format="dita"/>. Each segment is responsible for
executing local database operations on its own set of data.query plans </p>
executing local database operations on its own set of data.</p>
<p>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.</p>
......
......@@ -1401,7 +1401,7 @@ GRANT SELECT ON sales TO guest;
</title>
<body>
<p>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.</p>
<p>
......
......@@ -387,9 +387,9 @@ testdb=#</codeblock>
displayed for the table. For column-oriented tables, storage options are displayed
for each column.</p></li>
<li id="kb151095">The command form <codeph>\dS</codeph> 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,
<codeph>\dt</codeph> displays user tables, but not system tables;
<codeph>\dtS</codeph> displays both user and system tables.Both these commands can
<codeph>\dtS</codeph> displays both user and system tables. Both these commands can
take the <codeph>+</codeph> parameter to display additional information, as in
<codeph>\dt+</codeph> and <codeph>\dtS+</codeph>.<p>If <codeph>\d</codeph> is used
without a pattern argument, it is equivalent to <codeph>\dtvs</codeph> which will
......@@ -767,7 +767,7 @@ lo_import 152801</codeblock>
<pt>\t [novalue | on | off]</pt>
<pd>The <codeph>\t</codeph> command by itself toggles a display of output column name
headings and row count footer. The values <codeph>on</codeph> and <codeph>off</codeph>
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
<codeph>\pset tuples_only</codeph> and is provided for convenience. </pd>
</plentry>
<plentry>
......
......@@ -387,9 +387,9 @@ testdb=#</codeblock>
displayed for the table. For column-oriented tables, storage options are displayed
for each column. </p></li>
<li id="og151095">The command form <codeph>\dS</codeph> 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,
<codeph>\dt</codeph> displays user tables, but not system tables;
<codeph>\dtS</codeph> displays both user and system tables.Both these commands can
<codeph>\dtS</codeph> displays both user and system tables. Both these commands can
take the <codeph>+</codeph> parameter to display additional information, as in
<codeph>\dt+</codeph> and <codeph>\dtS+</codeph>.<p>If <codeph>\d</codeph> is used
without a pattern argument, it is equivalent to <codeph>\dtvs</codeph> which will
......@@ -767,7 +767,7 @@ lo_import 152801</codeblock>
<pt>\t [novalue | on | off]</pt>
<pd>The <codeph>\t</codeph> command by itself toggles a display of output column name
headings and row count footer. The values <codeph>on</codeph> and <codeph>off</codeph>
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
<codeph>\pset tuples_only</codeph> and is provided for convenience. </pd>
</plentry>
<plentry>
......
......@@ -238,7 +238,7 @@ For PDF, the connectivity tools ditamap requires the pdf-note transform -->
<body>
<ul>
<li id="ok158726">The Kerberos <codeph>kinit</codeph> utility is required on the client
machine. he <codeph>kinit.exe</codeph> utility is available with Kerberos for Windows.
machine. The <codeph>kinit.exe</codeph> 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 <xref href="http://web.mit.edu/kerberos/"
scope="external" format="html">http://web.mit.edu/kerberos/</xref>. When you install
......
......@@ -6459,7 +6459,7 @@
well. For more information about limiting concurrent connections, see "Configuring Client
Authentication" in the <i>Greenplum Database Administrator Guide</i>.</p>
<p>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 <xref href="#shared_buffers" format="dita"/> for information about Greenplum
server instance shared memory buffers.</p>
<table id="max_connections_table">
......
......@@ -659,7 +659,7 @@
<body class="- topic/body ">
<p>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.</p>
<p>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
......
......@@ -287,7 +287,7 @@ date: 1865
href="#topic3/GPFDIST" format="dita">GPFDIST</xref> and <xref
href="#topic3/EXEC" format="dita">EXEC</xref> inputs. Specifies a single
character that separates data values. The default is a tab character in
<codeph>TEXT</codeph> mode, a comma in <codeph>CSV</codeph> mode.The
<codeph>TEXT</codeph> mode, a comma in <codeph>CSV</codeph> 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.</p>
</pd>
......
......@@ -59,13 +59,13 @@ to be used by a tablespace.</p><section id="section2"><title>Synopsis</title><co
<pt>--showtempfilespace</pt>
<pd>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.</pd>
</plentry><plentry>
<pt>--showtransfilespace</pt>
<pd>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.</pd>
</plentry><plentry><pt>-v | --version (show utility version)</pt><pd>Displays the version of this utility.</pd></plentry><plentry><pt>-? | --help (help)</pt><pd>Displays the utility usage and syntax.</pd></plentry></parml><sectiondiv id="section5"><b>Connection Options</b><parml><plentry><pt>-h host | --host <varname>host</varname></pt><pd>The 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</codeblock><p>Execute the configuration file to create the filespace in Greenplum Database:</p><codeblock>$ gpfilespace -c gpfilespace_config_1</codeblock></section><section id="section7"><title>See Also</title><p><codeph>CREATE TABLESPACE</codeph><ph> in the <i>Greenplum Database Reference
Guide</i></ph></p></section></body></topic>
\ No newline at end of file
Guide</i></ph></p></section></body></topic>
......@@ -842,7 +842,7 @@ DETAIL:
<title>Administration Commands</title>
<body>
<p>From the PgBouncer Administrator console you can control connections between PgBouncer
and Greenplum Database.You can also set PgBouncer configuration parameters. </p>
and Greenplum Database. You can also set PgBouncer configuration parameters. </p>
<p>The following PgBouncer administration commands control the PgBouncer process.</p>
<parml>
<plentry>
......
......@@ -771,7 +771,7 @@ lo_import 152801</codeblock>
<pt>\t [novalue | on | off]</pt>
<pd>The <codeph>\t</codeph> command by itself toggles a display of output column name
headings and row count footer. The values <codeph>on</codeph> and <codeph>off</codeph>
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
<codeph>\pset tuples_only</codeph> and is provided for convenience. </pd>
</plentry>
<plentry>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册