mirror of
https://github.com/postgres/postgres.git
synced 2025-05-24 00:03:23 -04:00
Tweak markup to avoid extra whitespace in man pages
This commit is contained in:
parent
7f63527c82
commit
03f0c08f47
@ -253,10 +253,9 @@ PostgreSQL documentation
|
|||||||
To stream the transaction log from the server at
|
To stream the transaction log from the server at
|
||||||
<literal>mydbserver</literal> and store it in the local directory
|
<literal>mydbserver</literal> and store it in the local directory
|
||||||
<filename>/usr/local/pgsql/archive</filename>:
|
<filename>/usr/local/pgsql/archive</filename>:
|
||||||
<screen>
|
<screen>
|
||||||
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
|
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
|
||||||
</screen>
|
</screen></para>
|
||||||
</para>
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
@ -1017,8 +1017,7 @@ testdb=>
|
|||||||
those object types.
|
those object types.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para><literal>\dd</literal> displays descriptions for objects matching the
|
||||||
<literal>\dd</literal> displays descriptions for objects matching the
|
|
||||||
<replaceable class="parameter">pattern</replaceable>, or of visible
|
<replaceable class="parameter">pattern</replaceable>, or of visible
|
||||||
objects of the appropriate type if no argument is given. But in either
|
objects of the appropriate type if no argument is given. But in either
|
||||||
case, only objects that have a description are listed.
|
case, only objects that have a description are listed.
|
||||||
@ -2302,8 +2301,7 @@ lo_import 152801
|
|||||||
<programlisting>
|
<programlisting>
|
||||||
testdb=> <userinput>\setenv PAGER less</userinput>
|
testdb=> <userinput>\setenv PAGER less</userinput>
|
||||||
testdb=> <userinput>\setenv LESS -imx4F</userinput>
|
testdb=> <userinput>\setenv LESS -imx4F</userinput>
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -235,8 +235,7 @@ SELECT pg_export_snapshot();
|
|||||||
<programlisting>
|
<programlisting>
|
||||||
BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ;
|
BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ;
|
||||||
SET TRANSACTION SNAPSHOT '000003A1-1';
|
SET TRANSACTION SNAPSHOT '000003A1-1';
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
</para>
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1 id="R1-SQL-SET-TRANSACTION-3">
|
<refsect1 id="R1-SQL-SET-TRANSACTION-3">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user