Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('authority.record_entry_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||
| create_date | timestamptz | 35,6 | now() |
|
|
|||||||||||||||||||||||||||
| edit_date | timestamptz | 35,6 | now() |
|
|
|||||||||||||||||||||||||||
| creator | int4 | 10 | 1 |
|
|
|||||||||||||||||||||||||||
| editor | int4 | 10 | 1 |
|
|
|||||||||||||||||||||||||||
| active | bool | 1 | true |
|
|
|||||||||||||||||||||||||||
| deleted | bool | 1 | false |
|
|
|||||||||||||||||||||||||||
| source | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||
| control_set | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||
| marc | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||
| last_xact_id | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||
| owner | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||
| heading | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
| simple_heading | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| record_entry_pkey | Primary key | Asc | id |
| authority_record_deleted_idx | Performance | Asc | deleted |
| authority_record_entry_create_date_idx | Performance | Asc | create_date |
| authority_record_entry_creator_idx | Performance | Asc | creator |
| authority_record_entry_edit_date_idx | Performance | Asc | edit_date |
| authority_record_entry_editor_idx | Performance | Asc | editor |
| by_heading | Performance | Asc | simple_heading |
| by_heading_and_thesaurus | Performance | Asc | heading |
