Chapter 13. Schema extend_reporter

Table of Contents

Tables in extend_reporter
copy_count_per_org
full_circ_count
global_bibs_by_holding_update
legacy_circ_count

Below are the tables, views and functions for extend_reporter

Tables in extend_reporter

copy_count_per_org

  • bibid bigint
  • circ_lib integer
  • owning_lib integer
  • last_edit_time timestamp with time zone
  • has_only_deleted_copies integer
  • deleted_count bigint
  • visible_count bigint
  • total_count bigint

full_circ_count

  • id bigint
  • circ_count bigint

global_bibs_by_holding_update

  • id bigint
  • holding_update timestamp with time zone
  • update_type text

legacy_circ_count

  • id bigint PRIMARY KEY
  • circ_count integer NOT NULL