File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 * compat.c
44 * Reimplementations of various backend functions.
55 *
6- * Portions Copyright (c) 2012 , PostgreSQL Global Development Group
6+ * Portions Copyright (c) 2013 , PostgreSQL Global Development Group
77 *
88 * IDENTIFICATION
99 * contrib/pg_xlogdump/compat.c
Original file line number Diff line number Diff line change 22 *
33 * pg_xlogdump.c - decode and display WAL
44 *
5- * Copyright (c) 2012 , PostgreSQL Global Development Group
5+ * Copyright (c) 2013 , PostgreSQL Global Development Group
66 *
77 * IDENTIFICATION
88 * contrib/pg_xlogdump/pg_xlogdump.c
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ doc/src/sgml/ref/pg_xlogdump.sgml
33PostgreSQL documentation
44-->
55
6- <refentry id="pg_xlogdump ">
6+ <refentry id="pgxlogdump ">
77 <refmeta>
88 <refentrytitle><application>pg_xlogdump</application></refentrytitle>
99 <manvolnum>1</manvolnum>
@@ -15,7 +15,7 @@ PostgreSQL documentation
1515 <refpurpose>Display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
1616 </refnamediv>
1717
18- <indexterm zone="pg_xlogdump ">
18+ <indexterm zone="pgxlogdump ">
1919 <primary>pg_xlogdump</primary>
2020 </indexterm>
2121
@@ -32,7 +32,7 @@ PostgreSQL documentation
3232 <refsect1 id="R1-APP-PGXLOGDUMP-1">
3333 <title>Description</title>
3434 <para>
35- <command>pg_xlogdump</command> display the write-ahead log (WAL) and is mainly
35+ <command>pg_xlogdump</command> displays the write-ahead log (WAL) and is mainly
3636 useful for debugging or educational purposes.
3737 </para>
3838
@@ -198,8 +198,8 @@ PostgreSQL documentation
198198 <title>See Also</title>
199199
200200 <simplelist type="inline">
201- <member><xref linkend="wal"></member>
201+ <member><xref linkend="wal-internals "></member>
202202 </simplelist>
203- </rfsect1 >
203+ </refsect1 >
204204
205205</refentry>
You can’t perform that action at this time.
0 commit comments