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 ,
|
ident : boolean
--
NOT NULL ,
DEFAULT false ,
|
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 ,
|
matched_attr : integer
--
REFERENCES vandelay.queued_authority_record_attr.
|
queued_record : bigint
--
REFERENCES vandelay.queued_authority_record.
|
eg_record : bigint
--
REFERENCES authority.record_entry.
|
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 ,
|
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 ,
|
ident : boolean
--
NOT NULL ,
DEFAULT false ,
|
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 ,
|
field_type : text
--
NOT NULL ,
|
matched_attr : integer
--
REFERENCES vandelay.queued_bib_record_attr.
|
queued_record : bigint
--
REFERENCES vandelay.queued_bib_record.
|
eg_record : bigint
--
REFERENCES biblio.record_entry.
|
Constraints:
bib_match_field_type_check : CHECK ((field_type = ANY (ARRAY['isbn'::text, 'tcn_value'::text, 'id'::text]))) |
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 ,
|
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 |
id : bigserial
--
PRIMARY KEY ,
|
record : bigint
--
NOT NULL ,
REFERENCES vandelay.queued_bib_record.
|
definition : bigint
--
NOT NULL ,
REFERENCES vandelay.import_item_attr_definition.
|
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 : 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 -- |
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 ,
|
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 ,
|
queue : integer
--
NOT NULL ,
REFERENCES vandelay.authority_queue.
|
imported_as : integer
--
REFERENCES authority.record_entry.
|
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 |
Tables referencing vandelay.authority_match via Foreign Key Constraints:
vandelay.authority_match |
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 ,
|
queue : integer
--
NOT NULL ,
REFERENCES vandelay.bib_queue.
|
bib_source : integer
--
REFERENCES config.bib_source.
|
imported_as : bigint
--
REFERENCES biblio.record_entry.
|
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 |
Tables referencing vandelay.bib_match via Foreign Key Constraints:
vandelay.bib_match |
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 ,
|
Constraints:
queued_record_purpose_check : CHECK ((purpose = ANY (ARRAY['import'::text, 'overlay'::text]))) |