diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-08-02 12:35:35 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-08-02 12:36:21 -0400 |
commit | b2148e176f28ad3a7e468742b27eb6fdff348b9a (patch) | |
tree | ed1c602ef94e333570210173a3cadcdf21f8388a | |
parent | 8ef3d9fae496d80fc1d100d49b46891ae9c2c0fc (diff) | |
download | postgresql-b2148e176f28ad3a7e468742b27eb6fdff348b9a.tar.gz postgresql-b2148e176f28ad3a7e468742b27eb6fdff348b9a.zip |
doc: Whitespace fixes in man pages
-rw-r--r-- | doc/src/sgml/ref/insert.sgml | 3 | ||||
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 9 |
2 files changed, 4 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml index 0406a097f55..06f416039b9 100644 --- a/doc/src/sgml/ref/insert.sgml +++ b/doc/src/sgml/ref/insert.sgml @@ -295,8 +295,7 @@ INSERT INTO <replaceable class="PARAMETER">table_name</replaceable> [ AS <replac inference, it consists of one or more <replaceable class="PARAMETER">index_column_name</replaceable> columns and/or <replaceable class="PARAMETER">index_expression</replaceable> - expressions, and an optional <replaceable class="PARAMETER"> - index_predicate</replaceable>. All <replaceable + expressions, and an optional <replaceable class="PARAMETER">index_predicate</replaceable>. All <replaceable class="PARAMETER">table_name</replaceable> unique indexes that, without regard to order, contain exactly the <parameter>conflict_target</parameter>-specified diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index eb113c26291..df5c122cb17 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -410,8 +410,7 @@ pg_upgrade.exe </step> <step> - <title>Upgrade Streaming Replication and Log-Shipping standby - servers</title> + <title>Upgrade Streaming Replication and Log-Shipping standby servers</title> <para> If you have Streaming Replication (see <xref @@ -434,8 +433,7 @@ pg_upgrade.exe </step> <step> - <title>Make sure the new standby data directories do <emphasis>not</> - exist</title> + <title>Make sure the new standby data directories do <emphasis>not</> exist</title> <para> Make sure the new standby data directories do <emphasis>not</> @@ -514,8 +512,7 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d </step> <step> - <title>Configure streaming replication and log-shipping standby - servers</title> + <title>Configure streaming replication and log-shipping standby servers</title> <para> Configure the servers for log shipping. (You do not need to run |