Routines
| Name | Type | Language | Deterministic | Return Type | Security Restriction | Comments |
|---|---|---|---|---|---|---|
| clear_all_expired_circ_history_items() | FUNCTION | plpgsql | false | void | INVOKER | Delete expired circulation bucket items for all users that have a setting for patron.max_reading_list_interval. |
| clear_expired_circ_history_items(ac_usr integer) | FUNCTION | plpgsql | false | void | INVOKER | Delete old circulation bucket items for a specified user. “Old” means older than the interval specified by a user-level setting, if it is so specified. |