File tree 5 files changed +5
-5
lines changed
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.
719
719
<productname>PostgreSQL</productname> has an optional but highly
720
720
recommended feature called <firstterm>autovacuum</firstterm>,
721
721
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.
723
723
When enabled, autovacuum checks for
724
724
tables that have had a large number of inserted, updated or deleted
725
725
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
1074
1074
1075
1075
1076
1076
<table tocentry="1" id="table-lock-compatibility">
1077
- <title> Conflicting Lock Modes</title>
1077
+ <title>Conflicting Lock Modes</title>
1078
1078
<tgroup cols="9">
1079
1079
<colspec colnum="1" colwidth="1.25*"/>
1080
1080
<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
1410
1410
<entry>KAME kame/sys/crypto</entry>
1411
1411
</row>
1412
1412
<row>
1413
- <entry>SHA256/384/512 </entry>
1413
+ <entry>SHA256/384/512</entry>
1414
1414
<entry>Aaron D. Gifford</entry>
1415
1415
<entry>OpenBSD sys/crypto</entry>
1416
1416
</row>
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ PostgreSQL documentation
25
25
<arg rep="repeat"><replaceable>option</replaceable></arg>
26
26
<group choice="plain">
27
27
<group choice="req">
28
- <arg choice="plain"><option>-D </option></arg>
28
+ <arg choice="plain"><option>-D</option></arg>
29
29
<arg choice="plain"><option>--target-pgdata</option></arg>
30
30
</group>
31
31
<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
2258
2258
The certificates of <quote>intermediate</quote> certificate authorities
2259
2259
can also be appended to the file. Doing this avoids the necessity of
2260
2260
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>
2262
2262
extensions. (This sets the certificate's basic constraint of
2263
2263
<literal>CA</literal> to <literal>true</literal>.)
2264
2264
This allows easier expiration of intermediate certificates.
You can’t perform that action at this time.
0 commit comments