Guest User

Untitled

a guest
Jul 19th, 2023
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
  2. --------------+----------+-----------+----------+--------------------------------------------------+----------+--------------+-------------
  3. id | bigint | | not null | nextval('metabib.browse_entry_id_seq'::regclass) | plain | |
  4. value | text | | | | extended | |
  5. index_vector | tsvector | | | | extended | |
  6. sort_value | text | | not null | | extended | |
  7. Indexes:
  8. "browse_entry_pkey" PRIMARY KEY, btree (id)
  9. "browse_entry_sort_value_value_key" UNIQUE CONSTRAINT, btree (sort_value, value)
  10. "browse_entry_sort_value_idx" btree (sort_value)
  11. "metabib_browse_entry_index_vector_idx" gin (index_vector)
  12. Referenced by:
  13. TABLE "metabib.browse_entry_def_map" CONSTRAINT "browse_entry_def_map_entry_fkey" FOREIGN KEY (entry) REFERENCES metabib.browse_entry(id)
  14. TABLE "metabib.browse_entry_simple_heading_map" CONSTRAINT "browse_entry_simple_heading_map_entry_fkey" FOREIGN KEY (entry) REFERENCES metabib.browse_entry(id)
  15. Triggers:
  16. metabib_browse_entry_fti_trigger BEFORE INSERT OR UPDATE ON metabib.browse_entry FOR EACH ROW EXECUTE PROCEDURE oils_tsearch2('keyword')
  17.  
Advertisement
Add Comment
Please, Sign In to add comment