Skip to content

Introduce a mechanism to skip cdc events for specific transactions #7

@snarayanank2

Description

@snarayanank2

Something like this:

begin;
insert into pgevents_skip_transactions select txid_current();
update users set full_name = 'Foo';
commit;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions