@@ -2065,8 +2065,8 @@ The commands accepted in replication mode are:
2065
2065
the history of the server, the server will stream all the WAL on that
2066
2066
timeline starting from the requested start point up to the point where
2067
2067
the server switched to another timeline. If the client requests
2068
- streaming at exactly the end of an old timeline, the serverresponds
2069
- immediately with CommandComplete without entering COPY mode.
2068
+ streaming at exactly the end of an old timeline, the serverskips COPY
2069
+ mode entirely .
2070
2070
</para>
2071
2071
2072
2072
<para>
@@ -2638,7 +2638,7 @@ The commands accepted in replication mode are:
2638
2638
</para>
2639
2639
<para>
2640
2640
When the backup is started, the server will first send two
2641
- ordinary result sets, followed by one or moreCopyResponse
2641
+ ordinary result sets, followed by one or moreCopyOutResponse
2642
2642
results.
2643
2643
</para>
2644
2644
<para>
@@ -2681,15 +2681,15 @@ The commands accepted in replication mode are:
2681
2681
</variablelist>
2682
2682
</para>
2683
2683
<para>
2684
- After the second regular result set, one or moreCopyResponse results
2684
+ After the second regular result set, one or moreCopyOutResponse results
2685
2685
will be sent, one for the main data directory and one for each additional tablespace other
2686
2686
than <literal>pg_default</literal> and <literal>pg_global</literal>. The data in
2687
- theCopyResponse results will be a tar format (following the
2687
+ theCopyOutResponse results will be a tar format (following the
2688
2688
<quote>ustar interchange format</quote> specified in the POSIX 1003.1-2008
2689
2689
standard) dump of the tablespace contents, except that the two trailing
2690
2690
blocks of zeroes specified in the standard are omitted.
2691
2691
After the tar data is complete, and if a backup manifest was requested,
2692
- anotherCopyResponse result is sent, containing the manifest data for the
2692
+ anotherCopyOutResponse result is sent, containing the manifest data for the
2693
2693
current base backup. In any case, a final ordinary result set will be
2694
2694
sent, containing the WAL end position of the backup, in the same format as
2695
2695
the start position.