@@ -2075,7 +2075,7 @@ include_dir 'conf.d'
20752075 <para>
20762076 Specifies the maximum amount of memory to be used by logical decoding,
20772077 before some of the decoded changes are written to local disk. This
2078- limits the amount of memory used by logical streaming replication
2078+ limits the amount of memory used by streaming logical replication
20792079 connections. It defaults to 64 megabytes (<literal>64MB</literal>).
20802080 Since each replication connection only uses a single buffer of this size,
20812081 and an installation normally doesn't have many such connections
@@ -3800,7 +3800,7 @@ include_dir 'conf.d'
38003800 difference between the two modes, but when set to <literal>always</literal>
38013801 the WAL archiver is enabled also during archive recovery or standby
38023802 mode. In <literal>always</literal> mode, all files restored from the archive
3803- or streamed with streaming replication will be archived (again). See
3803+ or streamed with streaming physical replication will be archived (again). See
38043804 <xref linkend="continuous-archiving-in-standby"/> for details.
38053805 </para>
38063806 <para>
@@ -3906,7 +3906,7 @@ include_dir 'conf.d'
39063906 full files. Therefore, it is unwise to use a very short
39073907 <varname>archive_timeout</varname> — it will bloat your archive
39083908 storage. <varname>archive_timeout</varname> settings of a minute or so are
3909- usually reasonable. You should consider using streaming replication,
3909+ usually reasonable. You should consider using streaming physical replication,
39103910 instead of archiving, if you want data to be copied off the primary
39113911 server more quickly than that.
39123912 If this value is specified without units, it is taken as seconds.
@@ -3931,7 +3931,7 @@ include_dir 'conf.d'
39313931
39323932 <para>
39333933 This section describes the settings that apply to recovery in general,
3934- affecting crash recovery, streaming replication and archive-based
3934+ affecting crash recovery, streaming physical replication and archive-based
39353935 replication.
39363936 </para>
39373937
@@ -4042,7 +4042,7 @@ include_dir 'conf.d'
40424042 <para>
40434043 The local shell command to execute to retrieve an archived segment of
40444044 the WAL file series. This parameter is required for archive recovery,
4045- but optional for streaming replication.
4045+ but optional for streaming physical replication.
40464046 Any <literal>%f</literal> in the string is
40474047 replaced by the name of the file to retrieve from the archive,
40484048 and any <literal>%p</literal> is replaced by the copy destination path name
@@ -4468,15 +4468,16 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
44684468 <title>Replication</title>
44694469
44704470 <para>
4471- These settings control the behavior of the built-in
4472- <firstterm>streaming replication</firstterm> feature (see
4473- <xref linkend="streaming-replication"/>), and the built-in
4474- <firstterm>logical replication</firstterm> feature (see
4471+ These settings control the behavior of
4472+ <firstterm>streaming replication</firstterm>,
4473+ both <firstterm>physical replication</firstterm>
4474+ (see <xref linkend="streaming-replication"/>) and
4475+ <firstterm>logical replication</firstterm> (see
44754476 <xref linkend="logical-replication"/>).
44764477 </para>
44774478
44784479 <para>
4479- For <emphasis>streaming replication</emphasis>, servers will be either a
4480+ For <emphasis>physical replication</emphasis>, servers will be either a
44804481 primary or a standby server. Primaries can send data, while standbys
44814482 are always receivers of replicated data. When cascading replication
44824483 (see <xref linkend="cascading-replication"/>) is used, standby servers
@@ -4907,7 +4908,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
49074908 These settings control the behavior of a
49084909 <link linkend="standby-server-operation">standby server</link>
49094910 that is
4910- to receive replication data. Their values on the primary server
4911+ to receive physical replication data. Their values on the primary server
49114912 are irrelevant.
49124913 </para>
49134914
@@ -5047,7 +5048,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
50475048 conflict with about-to-be-applied WAL entries, as described in
50485049 <xref linkend="hot-standby-conflict"/>.
50495050 <varname>max_standby_streaming_delay</varname> applies when WAL data is
5050- being received via streaming replication.
5051+ being received via streaming physical replication.
50515052 If this value is specified without units, it is taken as milliseconds.
50525053 The default is 30 seconds.
50535054 A value of -1 allows the standby to wait forever for conflicting
@@ -5183,7 +5184,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
51835184 <listitem>
51845185 <para>
51855186 Specifies how long the standby server should wait when WAL data is not
5186- available from any sources (streaming replication,
5187+ available from any sources (streaming physical replication,
51875188 local <filename>pg_wal</filename> or WAL archive) before trying
51885189 again to retrieve WAL data.
51895190 If this value is specified without units, it is taken as milliseconds.
@@ -5260,7 +5261,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
52605261 <filename>pg_wal</filename> directory.
52615262 </para>
52625263 <para>
5263- This parameter is intended for use with streaming replication deployments;
5264+ This parameter is intended for use with streaming physical replication deployments;
52645265 however, if the parameter is specified it will be honored in all cases
52655266 except crash recovery.
52665267
0 commit comments