Bucardo/tables/bucardo.dbmap

From Bucardo

Jump to: navigation, search

Table: bucardo.dbmap

Associates a database with one or more groups
ColumnTypeNotes
db TEXT NOT NULL
dbgroup TEXT NOT NULL
priority SMALLINT NOT NULL DEFAULT 0
cdate TIMESTAMPTZ NOT NULL DEFAULT now()
ConstraintDefinition
dbmap_db_fkFOREIGN KEY (db) REFERENCES bucardo.db(name) ON UPDATE CASCADE ON DELETE CASCADE
dbmap_dbgroup_fkFOREIGN KEY (dbgroup) REFERENCES bucardo.dbgroup(name) ON UPDATE CASCADE ON DELETE CASCADE
IndexUnique?Definition
dbmap_uniqueYes(db,dbgroup)
Personal tools