Bucardo

Last updated: 2020-02-28

Table: bucardo.customcode

Holds Perl subroutines that run via hooks in the replication process
Column Type Notes
id INTEGER NOT NULL DEFAULT nextval('customcode_id_seq')
name TEXT NOT NULL UNIQUE
about TEXT NULL
whenrun TEXT NOT NULL
getdbh BOOLEAN NOT NULL DEFAULT 'true'
getrows BOOLEAN NOT NULL DEFAULT 'false'
trigrules BOOLEAN NOT NULL DEFAULT 'false'
src_code TEXT NOT NULL
cdate TIMESTAMPTZ NOT NULL DEFAULT now()
Constraint Definition
customcode_id_pk PRIMARY KEY (id)
customcode_whenrun CHECK (whenrun IN ('before_txn', 'before_check_rows', 'before_trigger_drop', 'after_trigger_drop', 'after_table_[sync](/Bucardo/sync)', 'exception', 'conflict', 'before_trigger_enable', 'after_trigger_enable', 'after_txn', 'before_[sync](/Bucardo/sync)', 'after_[sync](/Bucardo/sync)'))

Bucardo.org is hosted and supported by End Point Dev

End Point Dev logo

Need assistance with Bucardo?

End Point Dev offers professional support for Bucardo, as well as specializing in developing, designing, and marketing effective websites. Since 1995, our diverse team of developers has shown that End Point can handle your organization’s greatest web and database challenges.