File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ PostgreSQL documentation
64
64
</para>
65
65
66
66
<para>
67
- The <application>pg_createsubscriber</application> targets large database
67
+ <application>pg_createsubscriber</application> targets large database
68
68
systems because in logical replication setup, most of the time is spent
69
69
doing the initial data copy. Furthermore, a side effect of this long time
70
70
spent synchronizing data is usually a large amount of changes to be applied
@@ -191,8 +191,8 @@ PostgreSQL documentation
191
191
<listitem>
192
192
<para>
193
193
Use the specified main server configuration file for the target data
194
- directory. The <application>pg_createsubscriber</application> uses
195
- internally the <application>pg_ctl</application> command to start and
194
+ directory. <application>pg_createsubscriber</application> internally uses
195
+ the <application>pg_ctl</application> command to start and
196
196
stop the target server. It allows you to specify the actual
197
197
<filename>postgresql.conf</filename> configuration file if it is stored
198
198
outside the data directory.
You can’t perform that action at this time.
0 commit comments