diff options
author | Magnus Hagander <magnus@hagander.net> | 2024-09-11 16:30:17 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2024-09-11 16:30:17 +0200 |
commit | 280423300b361eb9deff5ea40d4b0e6fab00211b (patch) | |
tree | 082588d761b86d32fb467aafaa07fdbd0b634b9f /doc/src | |
parent | 8b5c6a54c4396bb9daeb9ec5d9cbb0d3deedcbe3 (diff) | |
download | postgresql-280423300b361eb9deff5ea40d4b0e6fab00211b.tar.gz postgresql-280423300b361eb9deff5ea40d4b0e6fab00211b.zip |
pg_createsubscriber: minor documentation fixes
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_createsubscriber.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index aac04c3dce9..04af154c4b4 100644 --- a/doc/src/sgml/ref/pg_createsubscriber.sgml +++ b/doc/src/sgml/ref/pg_createsubscriber.sgml @@ -64,7 +64,7 @@ PostgreSQL documentation </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 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 @@ -191,8 +191,8 @@ PostgreSQL documentation <listitem> <para> Use the specified main server configuration file for the target data - directory. The <application>pg_createsubscriber</application> uses - internally the <application>pg_ctl</application> command to start and + directory. <application>pg_createsubscriber</application> internally uses + the <application>pg_ctl</application> command to start and stop the target server. It allows you to specify the actual <filename>postgresql.conf</filename> configuration file if it is stored outside the data directory. |