File tree 5 files changed +12
-20
lines changed
5 files changed +12
-20
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ pg_archivecleanup: keep WAL file "archive/000000010000003700000010" and later
72
72
pg_archivecleanup: removing file "archive/00000001000000370000000F"
73
73
pg_archivecleanup: removing file "archive/00000001000000370000000E"
74
74
</programlisting>
75
+ </para>
76
+ <para>
75
77
<application>pg_archivecleanup</application> assumes that
76
78
<replaceable>archivelocation</> is a directory readable and writable by the
77
79
server-owning user.
Original file line number Diff line number Diff line change @@ -545,8 +545,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
545
545
Example:
546
546
<programlisting>
547
547
\set ntellers 10 * :scale
548
- </programlisting>
549
- </para>
548
+ </programlisting></para>
550
549
</listitem>
551
550
</varlistentry>
552
551
@@ -568,8 +567,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
568
567
Example:
569
568
<programlisting>
570
569
\setrandom aid 1 :naccounts
571
- </programlisting>
572
- </para>
570
+ </programlisting></para>
573
571
</listitem>
574
572
</varlistentry>
575
573
@@ -592,8 +590,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
592
590
Example:
593
591
<programlisting>
594
592
\sleep 10 ms
595
- </programlisting>
596
- </para>
593
+ </programlisting></para>
597
594
</listitem>
598
595
</varlistentry>
599
596
@@ -621,8 +618,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
621
618
Example:
622
619
<programlisting>
623
620
\setshell variable_to_be_assigned command literal_argument :variable ::literal_starting_with_colon
624
- </programlisting>
625
- </para>
621
+ </programlisting></para>
626
622
</listitem>
627
623
</varlistentry>
628
624
@@ -640,8 +636,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
640
636
Example:
641
637
<programlisting>
642
638
\shell command literal_argument :variable ::literal_starting_with_colon
643
- </programlisting>
644
- </para>
639
+ </programlisting></para>
645
640
</listitem>
646
641
</varlistentry>
647
642
</variablelist>
716
711
0 200 2465 0 1175850568 998079
717
712
0 201 2513 0 1175850569 608
718
713
0 202 2038 0 1175850569 2663
719
- </screen>
720
- </para>
714
+ </screen></para>
721
715
</refsect2>
722
716
723
717
<refsect2>
Original file line number Diff line number Diff line change @@ -192,8 +192,7 @@ Histogram of timing durations:
192
192
4: 3010 0.00981%
193
193
2: 2993204 9.75277%
194
194
1: 27694571 90.23734%
195
- </screen>
196
- </para>
195
+ </screen></para>
197
196
198
197
</refsect2>
199
198
Original file line number Diff line number Diff line change @@ -240,8 +240,7 @@ mv /usr/local/pgsql /usr/local/pgsql.old
240
240
241
241
<programlisting>
242
242
gmake prefix=/usr/local/pgsql.new install
243
- </programlisting>
244
- </para>
243
+ </programlisting></para>
245
244
</step>
246
245
247
246
<step>
@@ -311,8 +310,7 @@ NET STOP postgresql-9.0
311
310
312
311
<programlisting>
313
312
NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different service name)
314
- </programlisting>
315
- </para>
313
+ </programlisting></para>
316
314
</step>
317
315
318
316
<step>
Original file line number Diff line number Diff line change @@ -2264,8 +2264,7 @@ lo_import 152801
2264
2264
unset a variable, use the <command>\unset</command> command.
2265
2265
</para>
2266
2266
2267
- <para>
2268
- <command>\set</> without any arguments displays the names and values
2267
+ <para><command>\set</> without any arguments displays the names and values
2269
2268
of all currently-set <application>psql</> variables.
2270
2269
</para>
2271
2270
You can’t perform that action at this time.
0 commit comments