Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('metabib.browse_entry_id_seq'::regclass) |
|
|
||||||||
value | text | 2147483647 | √ | null |
|
|
||||||||
index_vector | tsvector | 2147483647 | √ | null |
|
|
||||||||
sort_value | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
browse_entry_pkey | Primary key | Asc | id |
browse_entry_sort_value_idx | Performance | Asc | sort_value |
browse_entry_sort_value_value_key | Must be unique | Asc/Asc | sort_value + value |
metabib_browse_entry_index_vector_idx | Performance | Asc | index_vector |