• Andres Freund's avatar
    Add support for managing physical replication slots to pg_receivexlog. · d9f38c7a
    Andres Freund authored
    pg_receivexlog already has the capability to use a replication slot to
    reserve WAL on the upstream node. But the used slot currently has to
    be created via SQL.
    
    To allow using slots directly, without involving SQL, add
    --create-slot and --drop-slot actions, analogous to the logical slot
    manipulation support in pg_recvlogical.
    
    Author: Michael Paquier
    Discussion: CABUevEx+zrOHZOQg+dPapNPFRJdsk59b=TSVf30Z71GnFXhQaw@mail.gmail.com
    d9f38c7a
pg_receivexlog.sgml 12.6 KB