Home Explore Blog CI



postgresql

doc/src/sgml/appendix-obsolete-pgreceivexlog.sgml
bd9a2f9c99f515a7a6e385a681e5b9ff07768a4830a28de4000000030000039f
<!-- doc/src/sgml/appendix-obsolete-pgreceivexlog.sgml -->
<!--
  See doc/src/sgml/appendix-obsolete.sgml for why this file exists. Do not change the id attribute.
-->

<sect1 id="app-pgreceivexlog" xreflabel="pg_receivexlog">
  <title><command>pg_receivexlog</command> renamed to <command>pg_receivewal</command></title>

   <indexterm>
     <primary>pg_receivexlog</primary>
     <see>pg_receivewal</see>
   </indexterm>

   <para>
    PostgreSQL 9.6 and below provided a command named
    <command>pg_receivexlog</command>
    <indexterm><primary>pg_receivexlog</primary></indexterm>
    to fetch write-ahead-log (WAL) files.  This command was renamed to <command>pg_receivewal</command>, see
    <xref linkend="app-pgreceivewal"/> for documentation of <command>pg_receivewal</command> and see
    <link linkend="release-prior">the release notes for PostgreSQL 10</link> for details
    on this change.
   </para>

</sect1>

Chunks
aad747ef (1st chunk of `doc/src/sgml/appendix-obsolete-pgreceivexlog.sgml`)
Title: pg_receivexlog Command
Summary
The pg_receivexlog command has been renamed to pg_receivewal in PostgreSQL 10 and later versions, with documentation available in the pg_receivewal section. This change was made to improve the functionality of fetching write-ahead-log (WAL) files, and users of PostgreSQL 9.6 and below should refer to the release notes for PostgreSQL 10 for more information on this change and how to adapt to the new command.