diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-08-13 10:42:16 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-08-13 10:42:16 +0900 |
commit | 52bffe3499d8e5f61efa385ab3c6a074314ee5db (patch) | |
tree | 133bc8dcda134cd9fa44bbbe7abe4b7ea48133f5 /doc/src | |
parent | 596385be06e1c8ac7291958a556b10b37ee333d5 (diff) | |
download | postgresql-52bffe3499d8e5f61efa385ab3c6a074314ee5db.tar.gz postgresql-52bffe3499d8e5f61efa385ab3c6a074314ee5db.zip |
Expose -S option in pg_receivexlog.
This option is equivalent to --slot option which pg_receivexlog has
already supported, which specifies the replication slot to use for
WAL streaming. pg_recvlogical has already supported both options,
and this commit makes pg_receivexlog consistent with pg_recvlogical
regarding the slot option.
Back-patch to 9.4 where the slot option was added.
Michael Paquier
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_receivexlog.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index c15776fc585..5916b8f40da 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivexlog.sgml @@ -242,6 +242,7 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>-S <replaceable>slotname</replaceable></option></term> <term><option>--slot=<replaceable class="parameter">slotname</replaceable></option></term> <listitem> <para> |