diff options
| author | Andres Freund <andres@anarazel.de> | 2015-08-10 13:28:19 +0200 |
|---|---|---|
| committer | Andres Freund <andres@anarazel.de> | 2015-08-10 13:28:19 +0200 |
| commit | 86baf3c24dfb6f351d0a1653552d0973ad7c4e3d (patch) | |
| tree | 3d8ed649bde27db837c32028b3312b06a44c85e3 /doc/src | |
| parent | 6e03d476c93458203c1c0307abaf9068d5793aeb (diff) | |
Don't start to stream after pg_receivexlog --create-slot.
Immediately starting to stream after --create-slot is inconvenient in a
number of situations (e.g. when configuring a slot for use in
recovery.conf) and it's easy to just call pg_receivexlog twice in the
rest of the cases.
Author: Michael Paquier
Discussion: CAB7nPqQ9qEtuDiKY3OpNzHcz5iUA+DUX9FcN9K8GUkCZvG7+Ew@mail.gmail.com
Backpatch: 9.5, where the option was introduced
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/pg_receivexlog.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index a4c98921cb8..0e6ec1c4144 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivexlog.sgml @@ -273,7 +273,7 @@ PostgreSQL documentation <listitem> <para> Create a new physical replication slot with the name specified in - <option>--slot</option>, then start to stream WAL. + <option>--slot</option>, then exit. </para> </listitem> </varlistentry> |
