Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8b0be32

Browse files
author
Liudmila Mantrova
committed
DOC: replaced remaining instances of slave with standby
1 parent 8298880 commit 8b0be32

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/src/sgml/intro.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<simpara>Lazy placement of temporary tables on disk</simpara>
256256
</listitem>
257257
<listitem>
258-
<simpara>Consistent read on slaves (wait for WAL apply, see <xref linkend="sql-waitlsn">)</simpara>
258+
<simpara>Consistent read on standby servers (wait for WAL apply, see <xref linkend="sql-waitlsn">)</simpara>
259259
</listitem>
260260
<listitem>
261261
<simpara>Utility <link linkend="app-pgrepack"><application>pg_repack</application></link> has been added</simpara>

doc/src/sgml/release-proee-9.6.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
<para>Lazy placement of temporary tables on disk</para>
830830
</listitem>
831831
<listitem>
832-
<para>Consistent read on slaves (wait for WAL apply, see <xref linkend="sql-waitlsn">)</para>
832+
<para>Consistent read on standby servers (wait for WAL apply, see <xref linkend="sql-waitlsn">)</para>
833833
</listitem>
834834
<listitem>
835835
<para>Utility <application>pg_repack</application> has been added (See <xref linkend="app-pgrepack">)</para>

doc/src/sgml/runtime.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2674,8 +2674,8 @@ pg_dump <replaceable>dbname</> -h <replaceable>hostname</> > db.sql
26742674
</sect2>
26752675

26762676
<sect2>
2677-
<title>Using <acronym>RDMA</acronym> for Master-Slave Replication</title>
2678-
<para>To enable master-slave replication over <acronym>RDMA</acronym> connections via <literal>rsocket</literal>, you need to configure master and slave nodes. For example, to allow client connections to the server 172.17.3.21 from 172.17.3.0/24 addresses on behalf of the <literal>postgres</> user, follow the steps below:</para>
2677+
<title>Using <acronym>RDMA</acronym> for Master-Standby Replication</title>
2678+
<para>To enable master-standby replication over <acronym>RDMA</acronym> connections via <literal>rsocket</literal>, you need to configure master and standby nodes. For example, to allow client connections to the server 172.17.3.21 from 172.17.3.0/24 addresses on behalf of the <literal>postgres</> user, follow the steps below:</para>
26792679

26802680
<para><emphasis role="strong">To set up the master node for replication over <acronym>RDMA</acronym> connections via <literal>rsocket</literal>:</emphasis>
26812681
</para>
@@ -2715,7 +2715,7 @@ LOG: disconnection: session time: 0:00:00.622 user=postgres database= host=172.
27152715
</para>
27162716
</tip>
27172717

2718-
<para><emphasis role="strong">To set up the slave node:</emphasis>
2718+
<para><emphasis role="strong">To set up the standby node:</emphasis>
27192719
</para>
27202720
<orderedlist>
27212721
<listitem>
@@ -2730,7 +2730,7 @@ export WITH_RSOCKET=true
27302730
<programlisting>
27312731
pg_basebackup -D <replaceable>datadir</> -x -R -h 172.17.3.21 -U postgres
27322732
</programlisting>
2733-
All the data appears on the slave node under the specified <replaceable>datadir</> directory.
2733+
All the data appears on the standby node under the specified <replaceable>datadir</> directory.
27342734
</para>
27352735
</listitem>
27362736
<listitem>
@@ -2750,7 +2750,7 @@ listen_rdma_addresses = ''
27502750
</listitem>
27512751
</orderedlist>
27522752

2753-
<para>Once the setup is complete, start the slave node. The streaming replication is now performed over the <acronym>RDMA</acronym> connections using <literal>rsocket</literal> API.</para>
2753+
<para>Once the setup is complete, start the standby node. The streaming replication is now performed over the <acronym>RDMA</acronym> connections using <literal>rsocket</literal> API.</para>
27542754

27552755
</sect2>
27562756

0 commit comments

Comments
 (0)