Skip to content

[POC] Check if the session_replication_role property can be used to migrate records from a file #188

@starnowski

Description

@starnowski

https://stackoverflow.com/questions/3942258/how-do-i-temporarily-disable-triggers-in-postgresql

SET session_replication_role = replica;

This disables triggers for the current session.

To re-enable for the same session:

SET session_replication_role = DEFAULT;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions