@@ -2052,7 +2052,7 @@ include_dir 'conf.d'
2052
2052
<para>
2053
2053
Specifies the maximum amount of memory to be used by logical decoding,
2054
2054
before some of the decoded changes are written to local disk. This
2055
- limits the amount of memory used by logical streaming replication
2055
+ limits the amount of memory used by streaming logical replication
2056
2056
connections. It defaults to 64 megabytes (<literal>64MB</literal>).
2057
2057
Since each replication connection only uses a single buffer of this size,
2058
2058
and an installation normally doesn't have many such connections
@@ -3769,7 +3769,7 @@ include_dir 'conf.d'
3769
3769
difference between the two modes, but when set to <literal>always</literal>
3770
3770
the WAL archiver is enabled also during archive recovery or standby
3771
3771
mode. In <literal>always</literal> mode, all files restored from the archive
3772
- or streamed with streaming replication will be archived (again). See
3772
+ or streamed with streaming physical replication will be archived (again). See
3773
3773
<xref linkend="continuous-archiving-in-standby"/> for details.
3774
3774
</para>
3775
3775
<para>
@@ -3875,7 +3875,7 @@ include_dir 'conf.d'
3875
3875
full files. Therefore, it is unwise to use a very short
3876
3876
<varname>archive_timeout</varname> — it will bloat your archive
3877
3877
storage. <varname>archive_timeout</varname> settings of a minute or so are
3878
- usually reasonable. You should consider using streaming replication,
3878
+ usually reasonable. You should consider using streaming physical replication,
3879
3879
instead of archiving, if you want data to be copied off the primary
3880
3880
server more quickly than that.
3881
3881
If this value is specified without units, it is taken as seconds.
@@ -3900,7 +3900,7 @@ include_dir 'conf.d'
3900
3900
3901
3901
<para>
3902
3902
This section describes the settings that apply to recovery in general,
3903
- affecting crash recovery, streaming replication and archive-based
3903
+ affecting crash recovery, streaming physical replication and archive-based
3904
3904
replication.
3905
3905
</para>
3906
3906
@@ -4010,7 +4010,7 @@ include_dir 'conf.d'
4010
4010
<para>
4011
4011
The local shell command to execute to retrieve an archived segment of
4012
4012
the WAL file series. This parameter is required for archive recovery,
4013
- but optional for streaming replication.
4013
+ but optional for streaming physical replication.
4014
4014
Any <literal>%f</literal> in the string is
4015
4015
replaced by the name of the file to retrieve from the archive,
4016
4016
and any <literal>%p</literal> is replaced by the copy destination path name
@@ -4436,15 +4436,16 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
4436
4436
<title>Replication</title>
4437
4437
4438
4438
<para>
4439
- These settings control the behavior of the built-in
4440
- <firstterm>streaming replication</firstterm> feature (see
4441
- <xref linkend="streaming-replication"/>), and the built-in
4442
- <firstterm>logical replication</firstterm> feature (see
4439
+ These settings control the behavior of
4440
+ <firstterm>streaming replication</firstterm>,
4441
+ both <firstterm>physical replication</firstterm>
4442
+ (see <xref linkend="streaming-replication"/>) and
4443
+ <firstterm>logical replication</firstterm> (see
4443
4444
<xref linkend="logical-replication"/>).
4444
4445
</para>
4445
4446
4446
4447
<para>
4447
- For <emphasis>streaming replication</emphasis>, servers will be either a
4448
+ For <emphasis>physical replication</emphasis>, servers will be either a
4448
4449
primary or a standby server. Primaries can send data, while standbys
4449
4450
are always receivers of replicated data. When cascading replication
4450
4451
(see <xref linkend="cascading-replication"/>) is used, standby servers
@@ -4873,7 +4874,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4873
4874
These settings control the behavior of a
4874
4875
<link linkend="standby-server-operation">standby server</link>
4875
4876
that is
4876
- to receive replication data. Their values on the primary server
4877
+ to receive physical replication data. Their values on the primary server
4877
4878
are irrelevant.
4878
4879
</para>
4879
4880
@@ -5011,7 +5012,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
5011
5012
conflict with about-to-be-applied WAL entries, as described in
5012
5013
<xref linkend="hot-standby-conflict"/>.
5013
5014
<varname>max_standby_streaming_delay</varname> applies when WAL data is
5014
- being received via streaming replication.
5015
+ being received via streaming physical replication.
5015
5016
If this value is specified without units, it is taken as milliseconds.
5016
5017
The default is 30 seconds.
5017
5018
A value of -1 allows the standby to wait forever for conflicting
@@ -5147,7 +5148,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
5147
5148
<listitem>
5148
5149
<para>
5149
5150
Specifies how long the standby server should wait when WAL data is not
5150
- available from any sources (streaming replication,
5151
+ available from any sources (streaming physical replication,
5151
5152
local <filename>pg_wal</filename> or WAL archive) before trying
5152
5153
again to retrieve WAL data.
5153
5154
If this value is specified without units, it is taken as milliseconds.
@@ -5224,7 +5225,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
5224
5225
<filename>pg_wal</filename> directory.
5225
5226
</para>
5226
5227
<para>
5227
- This parameter is intended for use with streaming replication deployments;
5228
+ This parameter is intended for use with streaming physical replication deployments;
5228
5229
however, if the parameter is specified it will be honored in all cases
5229
5230
except crash recovery.
5230
5231
0 commit comments