diff options
author | Peter Eisentraut | 2016-08-02 16:35:35 +0000 |
---|---|---|
committer | Peter Eisentraut | 2016-08-02 16:35:35 +0000 |
commit | e9888c2a48d490ae75d8692db1b1f12c3740c21b (patch) | |
tree | 9fd15d6b784aa29cda92d7b8377c9cb541a459d0 | |
parent | f6ced51f9188ad5806219471a0b40a91dde923aa (diff) |
doc: Whitespace fixes in man pages
-rw-r--r-- | doc/src/sgml/ref/drop_access_method.sgml | 3 | ||||
-rw-r--r-- | doc/src/sgml/ref/insert.sgml | 3 | ||||
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 9 |
3 files changed, 4 insertions, 11 deletions
diff --git a/doc/src/sgml/ref/drop_access_method.sgml b/doc/src/sgml/ref/drop_access_method.sgml index 97ed77ebda..b899c71e1a 100644 --- a/doc/src/sgml/ref/drop_access_method.sgml +++ b/doc/src/sgml/ref/drop_access_method.sgml @@ -32,9 +32,6 @@ DROP ACCESS METHOD [ IF EXISTS ] <replaceable class="parameter">name</replaceabl <command>DROP ACCESS METHOD</command> removes an existing access method. Only superusers can drop access methods. </para> - - <para> - </para> </refsect1> <refsect1> diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml index 0406a097f5..06f416039b 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 b99e546a7e..fcc94ee592 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 |