To stream the transaction log from the server at
<literal>mydbserver</literal> and store it in the local directory
<filename>/usr/local/pgsql/archive</filename>:
- <screen>
- <prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
- </screen>
- </para>
+<screen>
+<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
+</screen></para>
</refsect1>
<refsect1>
those object types.
</para>
- <para>
- <literal>\dd</literal> displays descriptions for objects matching the
+ <para><literal>\dd</literal> displays descriptions for objects matching the
<replaceable class="parameter">pattern</replaceable>, or of visible
objects of the appropriate type if no argument is given. But in either
case, only objects that have a description are listed.
<programlisting>
testdb=> <userinput>\setenv PAGER less</userinput>
testdb=> <userinput>\setenv LESS -imx4F</userinput>
-</programlisting>
- </para>
+</programlisting></para>
</listitem>
</varlistentry>
<programlisting>
BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ;
SET TRANSACTION SNAPSHOT '000003A1-1';
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1 id="R1-SQL-SET-TRANSACTION-3">