On Tue, Nov 14, 2017 at 8:56 AM, Jeremy Schneider <[email protected]> wrote: > From my reading of the docs and commit logs, standby databases > couldn't archive their WALs until 9.5.
pg_receivexlog is available in 9.3. You could leverage your archives with it easily, by for example connecting it to a standby you'd like to get the archives from. -- Michael -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
