call_number_class

-1 rows


Description

Defines the call number normalization database functions in the “normalizer” column and the tag/subfield combinations to use to lookup the call number in the “field” column for a given classification scheme. Tag/subfield combinations are delimited by commas.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('asset.call_number_class_id_seq'::regclass)
call_number.label_class call_number_label_class_fkey R
name text 2147483647 null
normalizer text 2147483647 'asset.normalize_generic'::text
field text 2147483647 '050ab,055ab,060ab,070ab,080ab,082ab,086ab,088ab,090,092,096,098,099'::text

Indexes

Constraint Name Type Sort Column(s)
call_number_class_pkey Primary key Asc id

Relationships