mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Don't use SGML empty tags
For DocBook XML compatibility, don't use SGML empty tags (</>) anymore, replace by the full tag name. Add a warning option to catch future occurrences. Alexander Lakhin, Jürgen Purtz
This commit is contained in:
@ -40,11 +40,11 @@ PostgreSQL documentation
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>pg_recvlogical</> has no equivalent to the logical decoding
|
||||
<command>pg_recvlogical</command> has no equivalent to the logical decoding
|
||||
SQL interface's peek and get modes. It sends replay confirmations for
|
||||
data lazily as it receives it and on clean exit. To examine pending data on
|
||||
a slot without consuming it, use
|
||||
<link linkend="functions-replication"><function>pg_logical_slot_peek_changes</></>.
|
||||
<link linkend="functions-replication"><function>pg_logical_slot_peek_changes</function></link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@ -125,7 +125,7 @@ PostgreSQL documentation
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If there's a record with LSN exactly equal to <replaceable>lsn</>,
|
||||
If there's a record with LSN exactly equal to <replaceable>lsn</replaceable>,
|
||||
the record will be output.
|
||||
</para>
|
||||
|
||||
@ -145,7 +145,7 @@ PostgreSQL documentation
|
||||
<listitem>
|
||||
<para>
|
||||
Write received and decoded transaction data into this
|
||||
file. Use <literal>-</> for <systemitem>stdout</systemitem>.
|
||||
file. Use <literal>-</literal> for <systemitem>stdout</systemitem>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -257,8 +257,8 @@ PostgreSQL documentation
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-v</></term>
|
||||
<term><option>--verbose</></term>
|
||||
<term><option>-v</option></term>
|
||||
<term><option>--verbose</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enables verbose mode.
|
||||
@ -353,7 +353,7 @@ PostgreSQL documentation
|
||||
for a password if the server demands password authentication.
|
||||
However, <application>pg_recvlogical</application> will waste a
|
||||
connection attempt finding out that the server wants a password.
|
||||
In some cases it is worth typing <option>-W</> to avoid the extra
|
||||
In some cases it is worth typing <option>-W</option> to avoid the extra
|
||||
connection attempt.
|
||||
</para>
|
||||
</listitem>
|
||||
@ -366,8 +366,8 @@ PostgreSQL documentation
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><option>-V</></term>
|
||||
<term><option>--version</></term>
|
||||
<term><option>-V</option></term>
|
||||
<term><option>--version</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Print the <application>pg_recvlogical</application> version and exit.
|
||||
@ -376,8 +376,8 @@ PostgreSQL documentation
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-?</></term>
|
||||
<term><option>--help</></term>
|
||||
<term><option>-?</option></term>
|
||||
<term><option>--help</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show help about <application>pg_recvlogical</application> command line
|
||||
@ -393,8 +393,8 @@ PostgreSQL documentation
|
||||
<title>Environment</title>
|
||||
|
||||
<para>
|
||||
This utility, like most other <productname>PostgreSQL</> utilities,
|
||||
uses the environment variables supported by <application>libpq</>
|
||||
This utility, like most other <productname>PostgreSQL</productname> utilities,
|
||||
uses the environment variables supported by <application>libpq</application>
|
||||
(see <xref linkend="libpq-envars">).
|
||||
</para>
|
||||
</refsect1>
|
||||
|
Reference in New Issue
Block a user