8000 Fix typo in streaming replication protocol docs. · postgrespro/postgres_cluster@0131088 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 0131088

Browse files
Fix typo in streaming replication protocol docs.
1 parent ce701c1 commit 0131088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.85 2010/02/24 15:54:31 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.86 2010/03/17 00:28:15 sriggs Exp $ -->
22

33
<chapter id="protocol">
44
<title>Frontend/Backend Protocol</title>
@@ -4155,7 +4155,7 @@ The commands accepted in walsender mode are:
41554155
<term>IDENTIFY_SYSTEM</term>
41564156
<listitem>
41574157
<para>
4158-
Requests the server to idenfity itself. Server replies with a result
4158+
Requests the server to identify itself. Server replies with a result
41594159
set of a single row, and two fields:
41604160

41614161
systemid: The unique system identifier identifying the cluster. This

0 commit comments

Comments
 (0)
0