From 52bffe3499d8e5f61efa385ab3c6a074314ee5db Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Wed, 13 Aug 2014 10:42:16 +0900 Subject: 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 --- doc/src/sgml/ref/pg_receivexlog.sgml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/src') 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 + -- cgit v1.2.3