Columns:
| field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY,
|
bib : bigint
--
NOT NULL,
REFERENCES biblio.record_entry.
|
authority : bigint
--
NOT NULL,
REFERENCES authority.record_entry.
|
Indexes:
| authority_bl_bib_idx : bib |
Columns:
| field name : datatype -- parameters, contraints and notes |
code : text
--
PRIMARY KEY,
|
name : text
--
UNIQUE,
NOT NULL,
|
sorter : text
--
REFERENCES config.record_attr_definition.
|
| description : text -- |
Tables referencing authority.browse_axis_authority_field_map via Foreign Key Constraints:
| authority.browse_axis_authority_field_map |
Columns:
| field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY,
|
axis : text
--
NOT NULL,
REFERENCES authority.browse_axis.
|
field : integer
--
NOT NULL,
REFERENCES authority.control_set_authority_field.
|
Columns:
| field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY,
|
name : text
--
UNIQUE,
NOT NULL,
|
| description : text -- |
Tables referencing authority.control_set_authority_field via Foreign Key Constraints:
| authority.control_set_authority_field | authority.record_entry |
| authority.thesaurus |
Columns:
| field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY,
|
main_entry : integer
--
REFERENCES authority.control_set_authority_field.
|
control_set : integer
--
NOT NULL,
REFERENCES authority.control_set.
|
tag : character(3)
--
NOT NULL,
|
| nfi : character(1) -- |
sf_list : text
--
NOT NULL,
|
name : text
--
NOT NULL,
|
| description : text -- |
Tables referencing authority.browse_axis_authority_field_map via Foreign Key Constraints:
| authority.browse_axis_authority_field_map | authority.control_set_authority_field |
| authority.control_set_bib_field | authority.simple_heading |
Columns:
| field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY,
|
authority_field : integer
--
NOT NULL,
REFERENCES authority.control_set_authority_field.
|
tag : character(3)
--
NOT NULL,
|
Columns:
| field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY,
|
record : bigint
--
NOT NULL,
|
tag : character(3)
--
NOT NULL,
|
| ind1 : text -- |
| ind2 : text -- |
| subfield : text -- |
value : text
--
NOT NULL,
|
index_vector : tsvector
--
NOT NULL,
|
Indexes:
| authority_full_rec_index_vector_idx : index_vector |
| authority_full_rec_record_idx : record |
| authority_full_rec_subfield_a_idx : value) WHERE (subfield = 'a'::text |
| authority_full_rec_tag_part_idx : "substring"((tag)::text, 2) |
| authority_full_rec_tag_subfield_idx : tag, subfield |
| authority_full_rec_value_index : value |
| authority_full_rec_value_tpo_index : value text_pattern_ops |
Columns:
| field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY,
|
| record : bigint -- |
| record_status : text -- |
| encoding_level : text -- |
| thesaurus : text -- |
Indexes:
| authority_rec_descriptor_record_idx : record |
Columns:
| field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY,
|
create_date : timestamp with time zone
--
NOT NULL,
DEFAULT now(),
|
edit_date : timestamp with time zone
--
NOT NULL,
DEFAULT now(),
|
creator : integer
--
NOT NULL,
DEFAULT 1,
|
editor : integer
--
NOT NULL,
DEFAULT 1,
|
active : boolean
--
NOT NULL,
DEFAULT true,
|
deleted : boolean
--
NOT NULL,
DEFAULT false,
|
| source : integer -- |
control_set : integer
--
REFERENCES authority.control_set.
|
marc : text
--
NOT NULL,
|
last_xact_id : text
--
NOT NULL,
|
| owner : integer -- |
Indexes:
| authority_record_deleted_idx : deleted) WHERE ((deleted IS FALSE) OR (deleted = false) |
| authority_record_entry_creator_idx : creator |
| authority_record_entry_editor_idx : editor |
| by_heading : authority.simple_normalize_heading(marc)) WHERE ((deleted IS FALSE) OR (deleted = false) |
| by_heading_and_thesaurus : authority.normalize_heading(marc)) WHERE ((deleted IS FALSE) OR (deleted = false) |
Tables referencing authority.bib_linking via Foreign Key Constraints:
| authority.bib_linking | authority.record_note |
| authority.simple_heading | vandelay.authority_match |
| vandelay.queued_authority_record |
Columns:
| field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY,
|
record : bigint
--
NOT NULL,
REFERENCES authority.record_entry.
|
value : text
--
NOT NULL,
|
creator : integer
--
NOT NULL,
DEFAULT 1,
|
editor : integer
--
NOT NULL,
DEFAULT 1,
|
create_date : timestamp with time zone
--
NOT NULL,
DEFAULT now(),
|
edit_date : timestamp with time zone
--
NOT NULL,
DEFAULT now(),
|
Indexes:
| authority_record_note_creator_idx : creator |
| authority_record_note_editor_idx : editor |
| authority_record_note_record_idx : record |
Columns:
| field name : datatype -- parameters, contraints and notes |
id : bigserial
--
PRIMARY KEY,
|
record : bigint
--
NOT NULL,
REFERENCES authority.record_entry.
|
atag : integer
--
NOT NULL,
REFERENCES authority.control_set_authority_field.
|
value : text
--
NOT NULL,
|
sort_value : text
--
NOT NULL,
|
index_vector : tsvector
--
NOT NULL,
|
Indexes:
| authority_simple_heading_index_vector_idx : index_vector |
| authority_simple_heading_sort_value_idx : sort_value |
| authority_simple_heading_value_idx : value |
Columns:
| field name : datatype -- parameters, contraints and notes |
code : text
--
PRIMARY KEY,
|
control_set : integer
--
NOT NULL,
REFERENCES authority.control_set.
|
name : text
--
UNIQUE,
NOT NULL,
|
| description : text -- |
Columns:
| field name : datatype -- parameters, contraints and notes |
| record : bigint -- |
| main_id : bigint -- |
| main_tag : character(3) -- |
| main_value : text -- |
| relationship : text -- |
| use_restriction : text -- |
| deprecation : text -- |
| display_restriction : text -- |
| link_id : bigint -- |
| link_tag : character(3) -- |
| link_value : text -- |
| normalized_main_value : text -- |
Extract the authority heading, thesaurus, and NACO-normalized values from an authority record. The primary purpose is to build a unique index to defend against duplicated authority records from the same thesaurus.
Report any errors in this documentation using Launchpad.
Documentation for Evergreen version 2.2
Copyright © 2007-2012,
Memebers of the Evergreen Project