postgresql/contrib/test_decoding/sql
Alvaro Herrera 9f06d79ef8 Add facility to copy replication slots
This allows the user to create duplicates of existing replication slots,
either logical or physical, and even changing properties such as whether
they are temporary or the output plugin used.

There are multiple uses for this, such as initializing multiple replicas
using the slot for one base backup; when doing investigation of logical
replication issues; and to select a different output plugins.

Author: Masahiko Sawada
Reviewed-by: Michael Paquier, Andres Freund, Petr Jelinek
Discussion: https://postgr.es/m/CAD21AoAm7XX8y_tOPP6j4Nzzch12FvA1wPqiO690RCk+uYVstg@mail.gmail.com
2019-04-05 18:05:18 -03:00
..
binary.sql
ddl.sql Relax overly strict assertion 2019-02-12 18:42:37 -03:00
decoding_in_xact.sql
decoding_into_rel.sql Fix crash when logical decoding is invoked from a PL function. 2017-10-06 19:18:58 -04:00
messages.sql
permissions.sql
prepared.sql
replorigin.sql Fix more user-visible elog() calls. 2017-10-05 07:58:02 -04:00
rewrite.sql Fix logical decoding error when system table w/ toast is repeatedly rewritten. 2018-10-10 13:53:02 -07:00
slot.sql Add facility to copy replication slots 2019-04-05 18:05:18 -03:00
spill.sql
time.sql
toast.sql
truncate.sql Force synchronous commit to be enabled for all test_decoding tests. 2018-10-10 13:53:02 -07:00
xact.sql