mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Rename user-facing tools with "xlog" in the name to say "wal".
This means pg_receivexlog because pg_receivewal, pg_resetxlog becomes pg_resetwal, and pg_xlogdump becomes pg_waldump.
This commit is contained in:
@ -35,7 +35,7 @@ PostgreSQL documentation
|
||||
|
||||
<para>
|
||||
It creates a replication-mode connection, so it is subject to the same
|
||||
constraints as <xref linkend="app-pgreceivexlog">, plus those for logical
|
||||
constraints as <xref linkend="app-pgreceivewal">, plus those for logical
|
||||
replication (see <xref linkend="logicaldecoding">).
|
||||
</para>
|
||||
|
||||
@ -238,7 +238,7 @@ PostgreSQL documentation
|
||||
<listitem>
|
||||
<para>
|
||||
This option has the same effect as the option of the same name
|
||||
in <xref linkend="app-pgreceivexlog">. See the description there.
|
||||
in <xref linkend="app-pgreceivewal">. See the description there.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -411,7 +411,7 @@ PostgreSQL documentation
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="app-pgreceivexlog"></member>
|
||||
<member><xref linkend="app-pgreceivewal"></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Reference in New Issue
Block a user