serial.distribution
|
Cascading Deletes: Deleting rows from this table will cascade to: serial.subscription. |
|
Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: |
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('serial.distribution_id_seq'::regclass) |
|
record_entry FK |
|
Yes |
||
summary_method |
|
Yes |
||
subscription FK |
|
No |
||
holding_lib FK |
|
No |
||
label |
|
No |
||
display_grouping |
|
No |
'chron'::text |
|
receive_call_number FK |
|
Yes |
||
receive_unit_template FK |
|
Yes |
||
bind_call_number FK |
|
Yes |
||
bind_unit_template FK |
|
Yes |
||
unit_label_prefix |
|
Yes |
||
unit_label_suffix |
|
Yes |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
SET NULL |
NO ACTION |
DEFERRED |
|
|
|
CASCADE |
NO ACTION |
DEFERRED |
|
Check Constraints
-
distribution_display_grouping_check:CHECK display_grouping = ANY (ARRAY['enum'::text, 'chron'::text]) -
sdist_summary_method_check:CHECK
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|
Referenced By
The following tables have foreign keys pointing to serial.distribution (5 referencing table(s)):
| Table | Referencing Column(s) | Referenced Column(s) | Constraint |
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|