Commit 0d0049c5 authored by Michael Paquier's avatar Michael Paquier

Doc: Remove extraneous whitespaces with some tags

Author: Justin Pryzby
Discussion: https://postgr.es/m/20210423184338.GL7256@telsasoft.com
parent 4aba61b8
...@@ -719,7 +719,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode. ...@@ -719,7 +719,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode.
<productname>PostgreSQL</productname> has an optional but highly <productname>PostgreSQL</productname> has an optional but highly
recommended feature called <firstterm>autovacuum</firstterm>, recommended feature called <firstterm>autovacuum</firstterm>,
whose purpose is to automate the execution of whose purpose is to automate the execution of
<command>VACUUM</command> and <command>ANALYZE </command> commands. <command>VACUUM</command> and <command>ANALYZE</command> commands.
When enabled, autovacuum checks for When enabled, autovacuum checks for
tables that have had a large number of inserted, updated or deleted tables that have had a large number of inserted, updated or deleted
tuples. These checks use the statistics collection facility; tuples. These checks use the statistics collection facility;
......
...@@ -1074,7 +1074,7 @@ ERROR: could not serialize access due to read/write dependencies among transact ...@@ -1074,7 +1074,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
<table tocentry="1" id="table-lock-compatibility"> <table tocentry="1" id="table-lock-compatibility">
<title> Conflicting Lock Modes</title> <title>Conflicting Lock Modes</title>
<tgroup cols="9"> <tgroup cols="9">
<colspec colnum="1" colwidth="1.25*"/> <colspec colnum="1" colwidth="1.25*"/>
<colspec colnum="2" colwidth="1*" colname="lockst"/> <colspec colnum="2" colwidth="1*" colname="lockst"/>
......
...@@ -1410,7 +1410,7 @@ gen_random_uuid() returns uuid ...@@ -1410,7 +1410,7 @@ gen_random_uuid() returns uuid
<entry>KAME kame/sys/crypto</entry> <entry>KAME kame/sys/crypto</entry>
</row> </row>
<row> <row>
<entry>SHA256/384/512 </entry> <entry>SHA256/384/512</entry>
<entry>Aaron D. Gifford</entry> <entry>Aaron D. Gifford</entry>
<entry>OpenBSD sys/crypto</entry> <entry>OpenBSD sys/crypto</entry>
</row> </row>
......
...@@ -25,7 +25,7 @@ PostgreSQL documentation ...@@ -25,7 +25,7 @@ PostgreSQL documentation
<arg rep="repeat"><replaceable>option</replaceable></arg> <arg rep="repeat"><replaceable>option</replaceable></arg>
<group choice="plain"> <group choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><option>-D </option></arg> <arg choice="plain"><option>-D</option></arg>
<arg choice="plain"><option>--target-pgdata</option></arg> <arg choice="plain"><option>--target-pgdata</option></arg>
</group> </group>
<replaceable> directory</replaceable> <replaceable> directory</replaceable>
......
...@@ -2258,7 +2258,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433 ...@@ -2258,7 +2258,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
The certificates of <quote>intermediate</quote> certificate authorities The certificates of <quote>intermediate</quote> certificate authorities
can also be appended to the file. Doing this avoids the necessity of can also be appended to the file. Doing this avoids the necessity of
storing intermediate certificates on clients, assuming the root and storing intermediate certificates on clients, assuming the root and
intermediate certificates were created with <literal>v3_ca </literal> intermediate certificates were created with <literal>v3_ca</literal>
extensions. (This sets the certificate's basic constraint of extensions. (This sets the certificate's basic constraint of
<literal>CA</literal> to <literal>true</literal>.) <literal>CA</literal> to <literal>true</literal>.)
This allows easier expiration of intermediate certificates. This allows easier expiration of intermediate certificates.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment