* compat.c
* Reimplementations of various backend functions.
*
- * Portions Copyright (c) 2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_xlogdump/compat.c
*
* pg_xlogdump.c - decode and display WAL
*
- * Copyright (c) 2012, PostgreSQL Global Development Group
+ * Copyright (c) 2013, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_xlogdump/pg_xlogdump.c
PostgreSQL documentation
-->
-<refentry id="pg_xlogdump">
+<refentry id="pgxlogdump">
<refmeta>
<refentrytitle><application>pg_xlogdump</application></refentrytitle>
<manvolnum>1</manvolnum>
<refpurpose>Display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
</refnamediv>
- <indexterm zone="pg_xlogdump">
+ <indexterm zone="pgxlogdump">
<primary>pg_xlogdump</primary>
</indexterm>
<refsect1 id="R1-APP-PGXLOGDUMP-1">
<title>Description</title>
<para>
- <command>pg_xlogdump</command> display the write-ahead log (WAL) and is mainly
+ <command>pg_xlogdump</command> displays the write-ahead log (WAL) and is mainly
useful for debugging or educational purposes.
</para>
<title>See Also</title>
<simplelist type="inline">
- <member><xref linkend="wal"></member>
+ <member><xref linkend="wal-internals"></member>
</simplelist>
- </rfsect1>
+ </refsect1>
</refentry>