diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2010-03-17 00:28:15 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2010-03-17 00:28:15 +0000 |
commit | 0131088f1829ca968c8d1302728c6ff37a97092d (patch) | |
tree | 1f68890b511c2c3f12aaa9e2416c91702c140be8 | |
parent | ce701c1e731033aeda23ff9f686e7a84d36eac2b (diff) | |
download | postgresql-0131088f1829ca968c8d1302728c6ff37a97092d.tar.gz postgresql-0131088f1829ca968c8d1302728c6ff37a97092d.zip |
Fix typo in streaming replication protocol docs.
-rw-r--r-- | doc/src/sgml/protocol.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index d8e7720544d..bb95ab71499 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.85 2010/02/24 15:54:31 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.86 2010/03/17 00:28:15 sriggs Exp $ --> <chapter id="protocol"> <title>Frontend/Backend Protocol</title> @@ -4155,7 +4155,7 @@ The commands accepted in walsender mode are: <term>IDENTIFY_SYSTEM</term> <listitem> <para> - Requests the server to idenfity itself. Server replies with a result + Requests the server to identify itself. Server replies with a result set of a single row, and two fields: systemid: The unique system identifier identifying the cluster. This |