Repair memory leaks in plpython.
[pgsql.git] / doc / src / sgml / appendix-obsolete-pgxlogdump.sgml
blob76f2a8f15979f927c525923fb26af980ec11ce86
1 <!-- doc/src/sgml/appendix-obsolete-pgxlogdump.sgml -->
2 <!--
3 See doc/src/sgml/appendix-obsolete.sgml for why this file exists. Do not change the id attribute.
4 -->
6 <sect1 id="pgxlogdump" xreflabel="pg_xlogdump">
7 <title><command>pg_xlogdump</command> renamed to <command>pg_waldump</command></title>
9 <indexterm>
10 <primary>pg_xlogdump</primary>
11 <see>pg_waldump</see>
12 </indexterm>
14 <para>
15 PostgreSQL 9.6 and below provided a command named
16 <command>pg_xlogdump</command>
17 <indexterm><primary>pg_xlogdump</primary></indexterm>
18 to read write-ahead-log (WAL) files. This command was renamed to <command>pg_waldump</command>, see
19 <xref linkend="pgwaldump"/> for documentation of <command>pg_waldump</command> and see
20 <link linkend="release-prior">the release notes for PostgreSQL 10</link> for details
21 on this change.
22 </para>
24 </sect1>