@@ -2068,7 +2068,7 @@ include_dir 'conf.d'
20682068 <para>
20692069 Specifies the maximum amount of memory to be used by logical decoding,
20702070 before some of the decoded changes are written to local disk. This
2071- limits the amount of memory used by logical streaming replication
2071+ limits the amount of memory used by streaming logical replication
20722072 connections. It defaults to 64 megabytes (<literal>64MB</literal>).
20732073 Since each replication connection only uses a single buffer of this size,
20742074 and an installation normally doesn't have many such connections
@@ -3787,7 +3787,7 @@ include_dir 'conf.d'
37873787 difference between the two modes, but when set to <literal>always</literal>
37883788 the WAL archiver is enabled also during archive recovery or standby
37893789 mode. In <literal>always</literal> mode, all files restored from the archive
3790- or streamed with streaming replication will be archived (again). See
3790+ or streamed with streaming physical replication will be archived (again). See
37913791 <xref linkend="continuous-archiving-in-standby"/> for details.
37923792 </para>
37933793 <para>
@@ -3893,7 +3893,7 @@ include_dir 'conf.d'
38933893 full files. Therefore, it is unwise to use a very short
38943894 <varname>archive_timeout</varname> — it will bloat your archive
38953895 storage. <varname>archive_timeout</varname> settings of a minute or so are
3896- usually reasonable. You should consider using streaming replication,
3896+ usually reasonable. You should consider using streaming physical replication,
38973897 instead of archiving, if you want data to be copied off the primary
38983898 server more quickly than that.
38993899 If this value is specified without units, it is taken as seconds.
@@ -3918,7 +3918,7 @@ include_dir 'conf.d'
39183918
39193919 <para>
39203920 This section describes the settings that apply to recovery in general,
3921- affecting crash recovery, streaming replication and archive-based
3921+ affecting crash recovery, streaming physical replication and archive-based
39223922 replication.
39233923 </para>
39243924
@@ -4028,7 +4028,7 @@ include_dir 'conf.d'
40284028 <para>
40294029 The local shell command to execute to retrieve an archived segment of
40304030 the WAL file series. This parameter is required for archive recovery,
4031- but optional for streaming replication.
4031+ but optional for streaming physical replication.
40324032 Any <literal>%f</literal> in the string is
40334033 replaced by the name of the file to retrieve from the archive,
40344034 and any <literal>%p</literal> is replaced by the copy destination path name
@@ -4454,15 +4454,16 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
44544454 <title>Replication</title>
44554455
44564456 <para>
4457- These settings control the behavior of the built-in
4458- <firstterm>streaming replication</firstterm> feature (see
4459- <xref linkend="streaming-replication"/>), and the built-in
4460- <firstterm>logical replication</firstterm> feature (see
4457+ These settings control the behavior of
4458+ <firstterm>streaming replication</firstterm>,
4459+ both <firstterm>physical replication</firstterm>
4460+ (see <xref linkend="streaming-replication"/>) and
4461+ <firstterm>logical replication</firstterm> (see
44614462 <xref linkend="logical-replication"/>).
44624463 </para>
44634464
44644465 <para>
4465- For <emphasis>streaming replication</emphasis>, servers will be either a
4466+ For <emphasis>physical replication</emphasis>, servers will be either a
44664467 primary or a standby server. Primaries can send data, while standbys
44674468 are always receivers of replicated data. When cascading replication
44684469 (see <xref linkend="cascading-replication"/>) is used, standby servers
@@ -4893,7 +4894,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
48934894 These settings control the behavior of a
48944895 <link linkend="standby-server-operation">standby server</link>
48954896 that is
4896- to receive replication data. Their values on the primary server
4897+ to receive physical replication data. Their values on the primary server
48974898 are irrelevant.
48984899 </para>
48994900
@@ -5033,7 +5034,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
50335034 conflict with about-to-be-applied WAL entries, as described in
50345035 <xref linkend="hot-standby-conflict"/>.
50355036 <varname>max_standby_streaming_delay</varname> applies when WAL data is
5036- being received via streaming replication.
5037+ being received via streaming physical replication.
50375038 If this value is specified without units, it is taken as milliseconds.
50385039 The default is 30 seconds.
50395040 A value of -1 allows the standby to wait forever for conflicting
@@ -5169,7 +5170,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
51695170 <listitem>
51705171 <para>
51715172 Specifies how long the standby server should wait when WAL data is not
5172- available from any sources (streaming replication,
5173+ available from any sources (streaming physical replication,
51735174 local <filename>pg_wal</filename> or WAL archive) before trying
51745175 again to retrieve WAL data.
51755176 If this value is specified without units, it is taken as milliseconds.
@@ -5246,7 +5247,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
52465247 <filename>pg_wal</filename> directory.
52475248 </para>
52485249 <para>
5249- This parameter is intended for use with streaming replication deployments;
5250+ This parameter is intended for use with streaming physical replication deployments;
52505251 however, if the parameter is specified it will be honored in all cases
52515252 except crash recovery.
52525253
0 commit comments