container.biblio_record_entry_bucket_note

Cascading Deletes: Deleting rows from this table will cascade to: container.biblio_record_entry_bucket.

Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: biblio_record_entry_bucket_note_bucket_fkey.

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('container.biblio_record_entry_bucket_note_id_seq'::regclass)

bucket FK

integer

No

container.biblio_record_entry_bucket(id)

note

text

No

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

bucket

container.biblio_record_entry_bucket(id)

CASCADE

CASCADE

DEFERRED

biblio_record_entry_bucket_note_bucket_fkey

Indexes

Index Method Definition

biblio_record_entry_bucket_note_pkey PK

btree

CREATE UNIQUE INDEX biblio_record_entry_bucket_note_pkey ON container.biblio_record_entry_bucket_note USING btree (id)