Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
code : text
--
UNIQUE ,
NOT NULL ,
|
description : text -- |
xpath : text
--
NOT NULL ,
|
remove : text
--
NOT NULL ,
DEFAULT ''::text ,
|
Tables referencing vandelay.queued_authority_record_attr via Foreign Key Constraints:
vandelay.queued_authority_record_attr |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
queued_record : bigint
--
REFERENCES vandelay.queued_authority_record.
|
eg_record : bigint
--
REFERENCES authority.record_entry.
|
quality : integer
--
NOT NULL ,
|
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigint
--
PRIMARY KEY ,
DEFAULT nextval('vandelay.queue_id_seq'::regclass) ,
|
owner : integer
--
UNIQUE#1 ,
NOT NULL ,
|
name : text
--
UNIQUE#1 ,
NOT NULL ,
|
complete : boolean
--
NOT NULL ,
DEFAULT false ,
|
queue_type : text
--
UNIQUE#1 ,
NOT NULL ,
DEFAULT 'authority'::text ,
|
match_set : integer -- |
Constraints:
authority_queue_queue_type_check : CHECK ((queue_type = 'authority'::text)) |
queue_queue_type_check : CHECK ((queue_type = ANY (ARRAY['bib'::text, 'authority'::text]))) |
Tables referencing vandelay.queued_authority_record via Foreign Key Constraints:
vandelay.queued_authority_record |
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
code : text
--
UNIQUE ,
NOT NULL ,
|
description : text -- |
xpath : text
--
NOT NULL ,
|
remove : text
--
NOT NULL ,
DEFAULT ''::text ,
|
Tables referencing vandelay.queued_bib_record_attr via Foreign Key Constraints:
vandelay.queued_bib_record_attr |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
queued_record : bigint
--
REFERENCES vandelay.queued_bib_record.
|
eg_record : bigint
--
REFERENCES biblio.record_entry.
|
quality : integer
--
NOT NULL ,
DEFAULT 1 ,
|
match_score : integer
--
NOT NULL ,
|
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigint
--
PRIMARY KEY ,
DEFAULT nextval('vandelay.queue_id_seq'::regclass) ,
|
owner : integer
--
UNIQUE#1 ,
NOT NULL ,
|
name : text
--
UNIQUE#1 ,
NOT NULL ,
|
complete : boolean
--
NOT NULL ,
DEFAULT false ,
|
queue_type : text
--
UNIQUE#1 ,
NOT NULL ,
DEFAULT 'bib'::text ,
|
match_set : integer -- |
item_attr_def : bigint
--
REFERENCES vandelay.import_item_attr_definition.
|
Constraints:
bib_queue_queue_type_check : CHECK ((queue_type = 'bib'::text)) |
queue_queue_type_check : CHECK ((queue_type = ANY (ARRAY['bib'::text, 'authority'::text]))) |
Tables referencing vandelay.queued_bib_record via Foreign Key Constraints:
vandelay.queued_bib_record |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
owner : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.org_unit.
|
field : text
--
UNIQUE#1 ,
NOT NULL ,
|
Columns:
field name : datatype -- parameters, contraints and notes |
code : text
--
PRIMARY KEY ,
|
description : text
--
NOT NULL ,
|
Tables referencing vandelay.import_item via Foreign Key Constraints:
vandelay.import_item | vandelay.queued_authority_record |
vandelay.queued_bib_record |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
record : bigint
--
NOT NULL ,
REFERENCES vandelay.queued_bib_record.
|
definition : bigint
--
NOT NULL ,
REFERENCES vandelay.import_item_attr_definition.
|
import_error : text
--
REFERENCES vandelay.import_error.
|
error_detail : text -- |
imported_as : bigint
--
REFERENCES asset.copy.
|
import_time : timestamp with time zone -- |
owning_lib : integer -- |
circ_lib : integer -- |
call_number : text -- |
copy_number : integer -- |
status : integer -- |
location : integer -- |
circulate : boolean -- |
deposit : boolean -- |
deposit_amount : numeric(8,2) -- |
ref : boolean -- |
holdable : boolean -- |
price : numeric(8,2) -- |
barcode : text -- |
circ_modifier : text -- |
circ_as_type : text -- |
alert_message : text -- |
pub_note : text -- |
priv_note : text -- |
opac_visible : boolean -- |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
owner : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.org_unit.
|
name : text
--
UNIQUE#1 ,
NOT NULL ,
|
tag : text
--
NOT NULL ,
|
keep : boolean
--
NOT NULL ,
DEFAULT false ,
|
owning_lib : text -- |
circ_lib : text -- |
call_number : text -- |
copy_number : text -- |
status : text -- |
location : text -- |
circulate : text -- |
deposit : text -- |
deposit_amount : text -- |
ref : text -- |
holdable : text -- |
price : text -- |
barcode : text -- |
circ_modifier : text -- |
circ_as_type : text -- |
alert_message : text -- |
opac_visible : text -- |
pub_note_title : text -- |
pub_note : text -- |
priv_note_title : text -- |
priv_note : text -- |
Tables referencing vandelay.bib_queue via Foreign Key Constraints:
vandelay.bib_queue | vandelay.import_item |
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
name : text
--
UNIQUE#1 ,
NOT NULL ,
|
owner : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.org_unit.
|
mtype : text
--
UNIQUE#1 ,
NOT NULL ,
DEFAULT 'biblio'::text ,
|
Tables referencing vandelay.match_set_point via Foreign Key Constraints:
vandelay.match_set_point | vandelay.match_set_quality |
vandelay.queue |
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
match_set : integer
--
REFERENCES vandelay.match_set.
|
parent : integer
--
REFERENCES vandelay.match_set_point.
|
bool_op : text -- |
svf : text
--
REFERENCES config.record_attr_definition.
|
tag : text -- |
subfield : text -- |
negate : boolean
--
DEFAULT false ,
|
quality : integer
--
NOT NULL ,
DEFAULT 1 ,
|
Constraints:
match_set_point_bool_op_check : CHECK (((bool_op IS NULL) OR (bool_op = ANY (ARRAY['AND'::text, 'OR'::text, 'NOT'::text])))) |
vmsp_need_a_subfield_with_a_tag : CHECK ((((tag IS NOT NULL) AND (subfield IS NOT NULL)) OR (tag IS NULL))) |
vmsp_need_a_tag_or_a_ff_or_a_bo : CHECK ((((((tag IS NOT NULL) AND (svf IS NULL)) AND (bool_op IS NULL)) OR (((tag IS NULL) AND (svf IS NOT NULL)) AND (bool_op IS NULL))) OR (((tag IS NULL) AND (svf IS NULL)) AND (bool_op IS NOT NULL)))) |
Tables referencing vandelay.match_set_point via Foreign Key Constraints:
vandelay.match_set_point |
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
match_set : integer
--
NOT NULL ,
REFERENCES vandelay.match_set.
|
svf : text
--
REFERENCES config.record_attr_definition.
|
tag : text -- |
subfield : text -- |
value : text
--
NOT NULL ,
|
quality : integer
--
NOT NULL ,
DEFAULT 1 ,
|
Constraints:
vmsq_need_a_subfield_with_a_tag : CHECK ((((tag IS NOT NULL) AND (subfield IS NOT NULL)) OR (tag IS NULL))) |
vmsq_need_a_tag_or_a_ff : CHECK ((((tag IS NOT NULL) AND (svf IS NULL)) OR ((tag IS NULL) AND (svf IS NOT NULL)))) |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
owner : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.org_unit.
|
name : text
--
UNIQUE#1 ,
NOT NULL ,
|
add_spec : text -- |
replace_spec : text -- |
strip_spec : text -- |
preserve_spec : text -- |
lwm_ratio : numeric -- |
Constraints:
add_replace_strip_or_preserve : CHECK ((((preserve_spec IS NOT NULL) OR (replace_spec IS NOT NULL)) OR ((preserve_spec IS NULL) AND (replace_spec IS NULL)))) |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
owner : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.usr.
|
name : text
--
UNIQUE#1 ,
NOT NULL ,
|
complete : boolean
--
NOT NULL ,
DEFAULT false ,
|
queue_type : text
--
UNIQUE#1 ,
NOT NULL ,
DEFAULT 'bib'::text ,
|
match_set : integer
--
REFERENCES vandelay.match_set.
|
Constraints:
queue_queue_type_check : CHECK ((queue_type = ANY (ARRAY['bib'::text, 'authority'::text]))) |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigint
--
PRIMARY KEY ,
DEFAULT nextval('vandelay.queued_record_id_seq'::regclass) ,
|
create_time : timestamp with time zone
--
NOT NULL ,
DEFAULT now() ,
|
import_time : timestamp with time zone -- |
purpose : text
--
NOT NULL ,
DEFAULT 'import'::text ,
|
marc : text
--
NOT NULL ,
|
quality : integer
--
NOT NULL ,
|
queue : integer
--
NOT NULL ,
REFERENCES vandelay.authority_queue.
|
imported_as : integer
--
REFERENCES authority.record_entry.
|
import_error : text
--
REFERENCES vandelay.import_error.
|
error_detail : text -- |
Constraints:
queued_record_purpose_check : CHECK ((purpose = ANY (ARRAY['import'::text, 'overlay'::text]))) |
Indexes:
queued_authority_record_queue_idx : queue |
Tables referencing vandelay.authority_match via Foreign Key Constraints:
vandelay.authority_match | vandelay.queued_authority_record_attr |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
record : bigint
--
NOT NULL ,
REFERENCES vandelay.queued_authority_record.
|
field : integer
--
NOT NULL ,
REFERENCES vandelay.authority_attr_definition.
|
attr_value : text
--
NOT NULL ,
|
Indexes:
queued_authority_record_attr_record_idx : record |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigint
--
PRIMARY KEY ,
DEFAULT nextval('vandelay.queued_record_id_seq'::regclass) ,
|
create_time : timestamp with time zone
--
NOT NULL ,
DEFAULT now() ,
|
import_time : timestamp with time zone -- |
purpose : text
--
NOT NULL ,
DEFAULT 'import'::text ,
|
marc : text
--
NOT NULL ,
|
quality : integer
--
NOT NULL ,
|
queue : integer
--
NOT NULL ,
REFERENCES vandelay.bib_queue.
|
bib_source : integer
--
REFERENCES config.bib_source.
|
imported_as : bigint
--
REFERENCES biblio.record_entry.
|
import_error : text
--
REFERENCES vandelay.import_error.
|
error_detail : text -- |
Constraints:
queued_record_purpose_check : CHECK ((purpose = ANY (ARRAY['import'::text, 'overlay'::text]))) |
Indexes:
queued_bib_record_queue_idx : queue |
Tables referencing vandelay.bib_match via Foreign Key Constraints:
vandelay.bib_match | vandelay.import_item |
vandelay.queued_bib_record_attr |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
record : bigint
--
NOT NULL ,
REFERENCES vandelay.queued_bib_record.
|
field : integer
--
NOT NULL ,
REFERENCES vandelay.bib_attr_definition.
|
attr_value : text
--
NOT NULL ,
|
Indexes:
queued_bib_record_attr_record_idx : record |
Columns:
field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY ,
|
create_time : timestamp with time zone
--
NOT NULL ,
DEFAULT now() ,
|
import_time : timestamp with time zone -- |
purpose : text
--
NOT NULL ,
DEFAULT 'import'::text ,
|
marc : text
--
NOT NULL ,
|
quality : integer
--
NOT NULL ,
|
Constraints:
queued_record_purpose_check : CHECK ((purpose = ANY (ARRAY['import'::text, 'overlay'::text]))) |
Report any errors in this documentation using Launchpad.
Documentation for Evergreen version 2.2
Copyright © 2007-2012,
Memebers of the Evergreen Project