Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4591933

Browse files
committed
Fix some typos and grammatical mistakes
... as well a update copyrights statements to 2013.Noted by Thom Brown and Peter Geoghegan
1 parentf03a779 commit4591933

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎contrib/pg_xlogdump/compat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

‎contrib/pg_xlogdump/pg_xlogdump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

‎doc/src/sgml/pg_xlogdump.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ doc/src/sgml/ref/pg_xlogdump.sgml
33
PostgreSQL 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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp