File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode.
719719 <productname>PostgreSQL</productname> has an optional but highly
720720 recommended feature called <firstterm>autovacuum</firstterm>,
721721 whose purpose is to automate the execution of
722- <command>VACUUM</command> and <command>ANALYZE </command> commands.
722+ <command>VACUUM</command> and <command>ANALYZE</command> commands.
723723 When enabled, autovacuum checks for
724724 tables that have had a large number of inserted, updated or deleted
725725 tuples. These checks use the statistics collection facility;
Original file line number Diff line number Diff line change @@ -1074,7 +1074,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
10741074
10751075
10761076 <table tocentry="1" id="table-lock-compatibility">
1077- <title> Conflicting Lock Modes</title>
1077+ <title>Conflicting Lock Modes</title>
10781078 <tgroup cols="9">
10791079 <colspec colnum="1" colwidth="1.25*"/>
10801080 <colspec colnum="2" colwidth="1*" colname="lockst"/>
Original file line number Diff line number Diff line change @@ -1410,7 +1410,7 @@ gen_random_uuid() returns uuid
14101410 <entry>KAME kame/sys/crypto</entry>
14111411 </row>
14121412 <row>
1413- <entry>SHA256/384/512 </entry>
1413+ <entry>SHA256/384/512</entry>
14141414 <entry>Aaron D. Gifford</entry>
14151415 <entry>OpenBSD sys/crypto</entry>
14161416 </row>
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ PostgreSQL documentation
2525 <arg rep="repeat"><replaceable>option</replaceable></arg>
2626 <group choice="plain">
2727 <group choice="req">
28- <arg choice="plain"><option>-D </option></arg>
28+ <arg choice="plain"><option>-D</option></arg>
2929 <arg choice="plain"><option>--target-pgdata</option></arg>
3030 </group>
3131 <replaceable> directory</replaceable>
Original file line number Diff line number Diff line change @@ -2258,7 +2258,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
22582258 The certificates of <quote>intermediate</quote> certificate authorities
22592259 can also be appended to the file. Doing this avoids the necessity of
22602260 storing intermediate certificates on clients, assuming the root and
2261- intermediate certificates were created with <literal>v3_ca </literal>
2261+ intermediate certificates were created with <literal>v3_ca</literal>
22622262 extensions. (This sets the certificate's basic constraint of
22632263 <literal>CA</literal> to <literal>true</literal>.)
22642264 This allows easier expiration of intermediate certificates.
You can’t perform that action at this time.
0 commit comments