Logical replication - SELECT * FROM pg_logical_slot_get_changes

Поиск
Список
Период
Сортировка
От Edwin UY
Тема Logical replication - SELECT * FROM pg_logical_slot_get_changes
Дата
Msg-id CA+wokJ8dYUampK3_sxNg1RwCJ-cLWfqbSqALU4EJVt74eQr+8A@mail.gmail.com
обсуждение исходный текст
Список pgsql-admin
Hi,

Just curious, what is the impact of running these and under  what scenario would you necessarily run them?

SELECT * FROM pg_logical_slot_get_changes('fivetran_replication_slot', NULL, NULL, 'stream-changes', '1');
SELECT * FROM pg_logical_slot_get_changes('fivetran_replication_slot', NULL, NULL, 'include-xids', '0');

Can you actually run this to tell logical replication to start/reset replicating from when?

Regards,
Ed

В списке pgsql-admin по дате отправления: