From: Alvaro Herrera Date: Mon, 20 Dec 2010 15:05:12 +0000 (-0300) Subject: Fix typo X-Git-Tag: REL9_1_ALPHA3~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9e9763b62df5415a60f30b441a73b381599e760;p=thirdparty%2Fpostgresql.git Fix typo Jaime Casanova --- 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 START_REPLICATION 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 .