mirror of https://github.com/postgres/postgres
pg_createsubscriber: minor documentation fixes
This commit is contained in:
parent
8b5c6a54c4
commit
280423300b
|
@ -64,7 +64,7 @@ PostgreSQL documentation
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <application>pg_createsubscriber</application> targets large database
|
<application>pg_createsubscriber</application> targets large database
|
||||||
systems because in logical replication setup, most of the time is spent
|
systems because in logical replication setup, most of the time is spent
|
||||||
doing the initial data copy. Furthermore, a side effect of this long time
|
doing the initial data copy. Furthermore, a side effect of this long time
|
||||||
spent synchronizing data is usually a large amount of changes to be applied
|
spent synchronizing data is usually a large amount of changes to be applied
|
||||||
|
@ -191,8 +191,8 @@ PostgreSQL documentation
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Use the specified main server configuration file for the target data
|
Use the specified main server configuration file for the target data
|
||||||
directory. The <application>pg_createsubscriber</application> uses
|
directory. <application>pg_createsubscriber</application> internally uses
|
||||||
internally the <application>pg_ctl</application> command to start and
|
the <application>pg_ctl</application> command to start and
|
||||||
stop the target server. It allows you to specify the actual
|
stop the target server. It allows you to specify the actual
|
||||||
<filename>postgresql.conf</filename> configuration file if it is stored
|
<filename>postgresql.conf</filename> configuration file if it is stored
|
||||||
outside the data directory.
|
outside the data directory.
|
||||||
|
|
Loading…
Reference in New Issue