diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-09-16 11:35:34 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-09-16 11:35:34 -0400 |
commit | da1db404358ebc2d4f1abcee712405cd888148de (patch) | |
tree | 074615e9f0b30b93b5213ef5c810ebb3fc3c3c5d | |
parent | 8f32bacc006692e63f137924d5849b3cb9f2d4d3 (diff) | |
download | postgresql-da1db404358ebc2d4f1abcee712405cd888148de.tar.gz postgresql-da1db404358ebc2d4f1abcee712405cd888148de.zip |
doc: clarify pg_basebackup's -C/--create-slot description
The previous text was overly complex.
Backpatch-through: 11
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 05cab862b7c..c9f6ce4bb33 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -387,9 +387,9 @@ PostgreSQL documentation <term><option>--create-slot</option></term> <listitem> <para> - This option causes the replication slot specified by the - option <literal>--slot</literal> to be created before starting the - 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. </para> </listitem> </varlistentry> |