diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2010-12-20 12:05:12 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2010-12-20 12:05:12 -0300 |
commit | f9e9763b62df5415a60f30b441a73b381599e760 (patch) | |
tree | f75b1d0a00840cc50bd03206ca598dc47d75b3da | |
parent | d382828f6ed1edc0f123934d53c52065ecc425c9 (diff) | |
download | postgresql-f9e9763b62df5415a60f30b441a73b381599e760.tar.gz postgresql-f9e9763b62df5415a60f30b441a73b381599e760.zip |
Fix typo
Jaime Casanova
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index e3d636d557f..220a1972865 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1039,7 +1039,7 @@ executes a <command>START_REPLICATION</command> statement. The backend sends a CopyBothResponse message to the frontend. Both the backend and the frontend may then send CopyData messages - until the connection is terminated. See see <xref + until the connection is terminated. See <xref linkend="protocol-replication">. </para> |