Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f32bac commit da1db40Copy full SHA for da1db40
doc/src/sgml/ref/pg_basebackup.sgml
@@ -387,9 +387,9 @@ PostgreSQL documentation
387
<term><option>--create-slot</option></term>
388
<listitem>
389
<para>
390
- This option causes the replication slot specified by the
391
- option <literal>--slot</literal> to be created before starting the
392
- backup. In this case, an error is raised if the slot already exists.
+ This option causes creation of a replication slot named by the
+ <literal>--slot</literal> option before starting the backup.
+ An error is raised if the slot already exists.
393
</para>
394
</listitem>
395
</varlistentry>
0 commit comments