config.bib_source
This is table is used to set up the relative "quality" of each MARC source, such as OCLC. Also identifies "transcendant" sources, i.e., sources of bib records that should display in the OPAC even if no copies or located URIs are attached. Also indicates if the source is allowed to have actual copies on its bibs. Volumes for targeted URIs are unaffected by this setting.
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('config.bib_source_id_seq'::regclass) |
|
quality |
|
Yes |
||
source |
|
No |
||
transcendant |
|
No |
false |
|
can_have_copies |
|
No |
true |
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|