@@ -697,7 +697,7 @@ include_dir 'conf.d'
697
697
698
698
<para>
699
699
When running a standby server, you must set this parameter to the
700
- same or higher value than on the master server. Otherwise, queries
700
+ same or higher value than on the primary server. Otherwise, queries
701
701
will not be allowed in the standby server.
702
702
</para>
703
703
</listitem>
@@ -1643,7 +1643,7 @@ include_dir 'conf.d'
1643
1643
1644
1644
<para>
1645
1645
When running a standby server, you must set this parameter to the
1646
- same or higher value than on the master server. Otherwise, queries
1646
+ same or higher value than on the primary server. Otherwise, queries
1647
1647
will not be allowed in the standby server.
1648
1648
</para>
1649
1649
</listitem>
@@ -2259,7 +2259,7 @@ include_dir 'conf.d'
2259
2259
2260
2260
<para>
2261
2261
When running a standby server, you must set this parameter to the
2262
- same or higher value than on the master server. Otherwise, queries
2262
+ same or higher value than on the primary server. Otherwise, queries
2263
2263
will not be allowed in the standby server.
2264
2264
</para>
2265
2265
@@ -3253,7 +3253,7 @@ include_dir 'conf.d'
3253
3253
<varname>archive_timeout</varname> — it will bloat your archive
3254
3254
storage. <varname>archive_timeout</varname> settings of a minute or so are
3255
3255
usually reasonable. You should consider using streaming replication,
3256
- instead of archiving, if you want data to be copied off the master
3256
+ instead of archiving, if you want data to be copied off the primary
3257
3257
server more quickly than that.
3258
3258
If this value is specified without units, it is taken as seconds.
3259
3259
This parameter can only be set in the
@@ -3678,12 +3678,12 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
3678
3678
These settings control the behavior of the built-in
3679
3679
<firstterm>streaming replication</firstterm> feature (see
3680
3680
<xref linkend="streaming-replication"/>). Servers will be either a
3681
- master or a standby server. Masters can send data, while standbys
3681
+ primary or a standby server. Primaries can send data, while standbys
3682
3682
are always receivers of replicated data. When cascading replication
3683
3683
(see <xref linkend="cascading-replication"/>) is used, standby servers
3684
3684
can also be senders, as well as receivers.
3685
3685
Parameters are mainly for sending and standby servers, though some
3686
- parameters have meaning only on the master server. Settings may vary
3686
+ parameters have meaning only on the primary server. Settings may vary
3687
3687
across the cluster without problems if that is required.
3688
3688
</para>
3689
3689
@@ -3693,10 +3693,10 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
3693
3693
<para>
3694
3694
These parameters can be set on any server that is
3695
3695
to send replication data to one or more standby servers.
3696
- The master is always a sending server, so these parameters must
3697
- always be set on the master .
3696
+ The primary is always a sending server, so these parameters must
3697
+ always be set on the primary .
3698
3698
The role and meaning of these parameters does not change after a
3699
- standby becomes the master .
3699
+ standby becomes the primary .
3700
3700
</para>
3701
3701
3702
3702
<variablelist>
@@ -3724,7 +3724,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
3724
3724
3725
3725
<para>
3726
3726
When running a standby server, you must set this parameter to the
3727
- same or higher value than on the master server. Otherwise, queries
3727
+ same or higher value than on the primary server. Otherwise, queries
3728
3728
will not be allowed in the standby server.
3729
3729
</para>
3730
3730
</listitem>
@@ -3855,19 +3855,19 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
3855
3855
</variablelist>
3856
3856
</sect2>
3857
3857
3858
- <sect2 id="runtime-config-replication-master ">
3859
- <title>Master Server</title>
3858
+ <sect2 id="runtime-config-replication-primary ">
3859
+ <title>Primary Server</title>
3860
3860
3861
3861
<para>
3862
- These parameters can be set on the master/ primary server that is
3862
+ These parameters can be set on the primary server that is
3863
3863
to send replication data to one or more standby servers.
3864
3864
Note that in addition to these parameters,
3865
- <xref linkend="guc-wal-level"/> must be set appropriately on the master
3865
+ <xref linkend="guc-wal-level"/> must be set appropriately on the primary
3866
3866
server, and optionally WAL archiving can be enabled as
3867
3867
well (see <xref linkend="runtime-config-wal-archiving"/>).
3868
3868
The values of these parameters on standby servers are irrelevant,
3869
3869
although you may wish to set them there in preparation for the
3870
- possibility of a standby becoming the master .
3870
+ possibility of a standby becoming the primary .
3871
3871
</para>
3872
3872
3873
3873
<variablelist>
@@ -4042,7 +4042,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4042
4042
4043
4043
<para>
4044
4044
These settings control the behavior of a standby server that is
4045
- to receive replication data. Their values on the master server
4045
+ to receive replication data. Their values on the primary server
4046
4046
are irrelevant.
4047
4047
</para>
4048
4048
@@ -4369,18 +4369,18 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4369
4369
of time. For example, if
4370
4370
you set this parameter to <literal>5min</literal>, the standby will
4371
4371
replay each transaction commit only when the system time on the standby
4372
- is at least five minutes past the commit time reported by the master .
4372
+ is at least five minutes past the commit time reported by the primary .
4373
4373
If this value is specified without units, it is taken as milliseconds.
4374
4374
The default is zero, adding no delay.
4375
4375
</para>
4376
4376
<para>
4377
4377
It is possible that the replication delay between servers exceeds the
4378
4378
value of this parameter, in which case no delay is added.
4379
4379
Note that the delay is calculated between the WAL time stamp as written
4380
- on master and the current time on the standby. Delays in transfer
4380
+ on primary and the current time on the standby. Delays in transfer
4381
4381
because of network lag or cascading replication configurations
4382
4382
may reduce the actual wait time significantly. If the system
4383
- clocks on master and standby are not synchronized, this may lead to
4383
+ clocks on primary and standby are not synchronized, this may lead to
4384
4384
recovery applying records earlier than expected; but that is not a
4385
4385
major issue because useful settings of this parameter are much larger
4386
4386
than typical time deviations between servers.
@@ -4402,7 +4402,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4402
4402
except crash recovery.
4403
4403
4404
4404
<varname>hot_standby_feedback</varname> will be delayed by use of this feature
4405
- which could lead to bloat on the master ; use both together with care.
4405
+ which could lead to bloat on the primary ; use both together with care.
4406
4406
4407
4407
<warning>
4408
4408
<para>
@@ -8998,7 +8998,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
8998
8998
8999
8999
<para>
9000
9000
When running a standby server, you must set this parameter to the
9001
- same or higher value than on the master server. Otherwise, queries
9001
+ same or higher value than on the primary server. Otherwise, queries
9002
9002
will not be allowed in the standby server.
9003
9003
</para>
9004
9004
</listitem>
0 commit comments