Fix a whitespace issue with the man pages
See 6ef24487967692604b07a4a54e71821a60fb729a for an explanation. This is the same for the new man pages.
This commit is contained in:
parent
c8e086795a
commit
00b0c73f1f
@ -72,6 +72,8 @@ pg_archivecleanup: keep WAL file "archive/000000010000003700000010" and later
|
|||||||
pg_archivecleanup: removing file "archive/00000001000000370000000F"
|
pg_archivecleanup: removing file "archive/00000001000000370000000F"
|
||||||
pg_archivecleanup: removing file "archive/00000001000000370000000E"
|
pg_archivecleanup: removing file "archive/00000001000000370000000E"
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
<application>pg_archivecleanup</application> assumes that
|
<application>pg_archivecleanup</application> assumes that
|
||||||
<replaceable>archivelocation</> is a directory readable and writable by the
|
<replaceable>archivelocation</> is a directory readable and writable by the
|
||||||
server-owning user.
|
server-owning user.
|
||||||
|
@ -545,8 +545,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
|||||||
Example:
|
Example:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
\set ntellers 10 * :scale
|
\set ntellers 10 * :scale
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -568,8 +567,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
|||||||
Example:
|
Example:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
\setrandom aid 1 :naccounts
|
\setrandom aid 1 :naccounts
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -592,8 +590,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
|||||||
Example:
|
Example:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
\sleep 10 ms
|
\sleep 10 ms
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -621,8 +618,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
|||||||
Example:
|
Example:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
\setshell variable_to_be_assigned command literal_argument :variable ::literal_starting_with_colon
|
\setshell variable_to_be_assigned command literal_argument :variable ::literal_starting_with_colon
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -640,8 +636,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
|||||||
Example:
|
Example:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
\shell command literal_argument :variable ::literal_starting_with_colon
|
\shell command literal_argument :variable ::literal_starting_with_colon
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
@ -716,8 +711,7 @@ END;
|
|||||||
0 200 2465 0 1175850568 998079
|
0 200 2465 0 1175850568 998079
|
||||||
0 201 2513 0 1175850569 608
|
0 201 2513 0 1175850569 608
|
||||||
0 202 2038 0 1175850569 2663
|
0 202 2038 0 1175850569 2663
|
||||||
</screen>
|
</screen></para>
|
||||||
</para>
|
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
<refsect2>
|
<refsect2>
|
||||||
|
@ -192,8 +192,7 @@ Histogram of timing durations:
|
|||||||
4: 3010 0.00981%
|
4: 3010 0.00981%
|
||||||
2: 2993204 9.75277%
|
2: 2993204 9.75277%
|
||||||
1: 27694571 90.23734%
|
1: 27694571 90.23734%
|
||||||
</screen>
|
</screen></para>
|
||||||
</para>
|
|
||||||
|
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
|
@ -240,8 +240,7 @@ mv /usr/local/pgsql /usr/local/pgsql.old
|
|||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
gmake prefix=/usr/local/pgsql.new install
|
gmake prefix=/usr/local/pgsql.new install
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
</para>
|
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
@ -311,8 +310,7 @@ NET STOP postgresql-9.0
|
|||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different service name)
|
NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different service name)
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
</para>
|
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
|
@ -2264,8 +2264,7 @@ lo_import 152801
|
|||||||
unset a variable, use the <command>\unset</command> command.
|
unset a variable, use the <command>\unset</command> command.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para><command>\set</> without any arguments displays the names and values
|
||||||
<command>\set</> without any arguments displays the names and values
|
|
||||||
of all currently-set <application>psql</> variables.
|
of all currently-set <application>psql</> variables.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user