Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('authority.simple_heading_id_seq'::regclass) |
|
|
|||||
| record | int8 | 19 | null |
|
|
||||||
| atag | int4 | 10 | null |
|
|
||||||
| value | text | 2147483647 | null |
|
|
||||||
| sort_value | text | 2147483647 | null |
|
|
||||||
| index_vector | tsvector | 2147483647 | null |
|
|
||||||
| thesaurus | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| simple_heading_pkey | Primary key | Asc | id |
| authority_simple_heading_index_vector_idx | Performance | Asc | index_vector |
| authority_simple_heading_record_idx | Performance | Asc | record |
| authority_simple_heading_sort_value_idx | Performance | Asc | sort_value |
| authority_simple_heading_thesaurus_idx | Performance | Asc | thesaurus |
| authority_simple_heading_value_idx | Performance | Asc | value |
