Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7140353

Browse files
committed
Docs round of review.
1 parent09a82c4 commit7140353

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

‎doc/multimaster.xml‎

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
the transaction, and no write conflicts occur. For details on
224224
<literal>PREPARE</literal> transactions support in <productname>PostgreSQL</productname>,
225225
see the
226-
<ulinkurl="https://postgrespro.ru/docs/postgresql/current/sql-prepare-transaction">
226+
<ulinkurl="https://postgrespro.com/docs/postgresql/current/sql-prepare-transaction">
227227
PREPARE TRANSACTION</ulink> topic.
228228
</para>
229229
</listitem>
@@ -390,7 +390,7 @@
390390
<para>
391391
When the rest of transactions till the switch to the new generation is
392392
applied, the reconnected node is
393-
promoted to the <filename>online</filename> state and included into
393+
promoted to the <literal>online</literal> state and included into
394394
the replication scheme.
395395
</para>
396396
</listitem>
@@ -545,8 +545,8 @@ shared_preload_libraries = 'multimaster'
545545
<tip>
546546
<para>If the <varname>shared_preload_libraries</varname> variable is already
547547
defined in <filename>postgresql.auto.conf</filename>, you will need to modify
548-
its value using the <ulinkurl="https://postgrespro.com/docs/postgresql/current/sql-altersystem">ALTER SYSTEM</ulink>command.
549-
For details, see <ulinkurl="https://postgrespro.com/docs/postgresql/current/config-setting">Setting Parameters</ulink>.
548+
its value using the <ulinkurl="https://postgrespro.com/docs/postgresql/current/sql-altersystem">ALTER SYSTEM</ulink>command.
549+
For details, see <ulinkurl="https://postgrespro.com/docs/postgresql/current/config-setting">Setting Parameters</ulink>.
550550
Note that in a multi-master cluster, the <literal>ALTER SYSTEM</literal> command only affects the configuration of the node from which it was run.
551551
</para>
552552
</tip>
@@ -623,7 +623,7 @@ CREATE USER mtmuser WITH SUPERUSER PASSWORD 'mtmuserpassword';
623623
CREATE DATABASE mydb OWNER mtmuser;
624624
</programlisting>
625625
If you are using password-based authentication, you may want to
626-
create a <ulinkurl="https://postgrespro.ru/docs/postgresql/current/libpq-pgpass">password file</ulink>.
626+
create a <ulinkurl="https://postgrespro.com/docs/postgresql/current/libpq-pgpass">password file</ulink>.
627627
</para>
628628
<para>
629629
You can omit this step if you already have a database you are going
@@ -891,7 +891,7 @@ SELECT * FROM mtm.nodes();
891891
If a cluster node is disabled, any attempt to read or write data on
892892
this node raises an error by default. If you need to access the data
893893
on a disabled node, you can override this behavior at connection time by setting the
894-
<ulinkurl="https://postgrespro.ru/docs/postgresql/13/runtime-config-logging#GUC-APPLICATION-NAME">application_name</ulink>
894+
<ulinkurl="https://postgrespro.com/docs/postgresql/current/runtime-config-logging#GUC-APPLICATION-NAME">application_name</ulink>
895895
parameter to
896896
<literal>mtm_admin</literal>. In this case, you can run read and
897897
write queries on this node without <application>multimaster</application>
@@ -953,18 +953,18 @@ pg_basebackup -D <replaceable>datadir</replaceable> -h node1 -U mtmuser -c fast
953953
</para>
954954
</listitem>
955955
<listitem>
956-
<para>
957-
Configure the new node to boot with <literal>recovery_target=immediate</literal> to prevent redo
958-
past the point where replication will begin. Add to <literal>postgresql.conf</literal>
959-
</para>
960-
<programlisting>
956+
<para>
957+
Configure the new node to boot with <literal>recovery_target=immediate</literal> to prevent redo
958+
past the point where replication will begin. Add to <literal>postgresql.conf</literal>
959+
</para>
960+
<programlisting>
961961
restore_command = 'false'
962962
recovery_target = 'immediate'
963963
recovery_target_action = 'promote'
964-
</programlisting>
965-
<para>
966-
And create <literal>recovery.signal</literal> file in the data directory.
967-
</para>
964+
</programlisting>
965+
<para>
966+
And create <literal>recovery.signal</literal> file in the data directory.
967+
</para>
968968
</listitem>
969969
<listitem>
970970
<para>
@@ -1039,7 +1039,7 @@ SELECT mtm.drop_node(3);
10391039
<step>
10401040
<para>
10411041
Remove <literal>multimaster</literal> from
1042-
<ulinkurl="https://postgrespro.ru/docs/postgresql/current/runtime-config-client#GUC-SHARED-PRELOAD-LIBRARIES">shared_preload_libraries</ulink>
1042+
<ulinkurl="https://postgrespro.com/docs/postgresql/current/runtime-config-client#GUC-SHARED-PRELOAD-LIBRARIES">shared_preload_libraries</ulink>
10431043
and restart
10441044
<productname>PostgreSQL</productname>.
10451045
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp