
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via e50e936afa4c9c68c7846dc800b44303187d3c2f (commit) from c059efbb36d9c0fb424d45af5cf3008f542514c2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e50e936afa4c9c68c7846dc800b44303187d3c2f Author: Jane Sandberg <sandbergja@gmail.com> Date: Sun Jan 5 11:19:07 2025 -0800 LP2093030: Remove long-commented database functions and outdated comment Release-note: Small cleanup of unused code. Signed-off-by: Chris Sharp <csharp@georgialibraries.org> diff --git a/Open-ILS/src/sql/Pg/200.schema.acq.sql b/Open-ILS/src/sql/Pg/200.schema.acq.sql index fbee8b8497..b80e12505c 100644 --- a/Open-ILS/src/sql/Pg/200.schema.acq.sql +++ b/Open-ILS/src/sql/Pg/200.schema.acq.sql @@ -1084,27 +1084,6 @@ CREATE OR REPLACE FUNCTION public.extract_acq_marc_field_set ( BIGINT, TEXT, TEX $$ LANGUAGE SQL; -/* -CREATE OR REPLACE FUNCTION public.extract_bib_marc_field ( BIGINT, TEXT ) RETURNS TEXT AS $$ - SELECT public.extract_marc_field('biblio.record_entry', $1, $2); -$$ LANGUAGE SQL; - -CREATE OR REPLACE FUNCTION public.extract_authority_marc_field ( BIGINT, TEXT ) RETURNS TEXT AS $$ - SELECT public.extract_marc_field('authority.record_entry', $1, $2); -$$ LANGUAGE SQL; -*/ --- For example: --- INSERT INTO acq.lineitem_provider_attr_definition ( provider, code, description, xpath ) VALUES (1,'price','Price','//*[@tag="020" or @tag="022"]/*[@code="a"][1]'); - -/* -Suggested vendor fields: - vendor_price - vendor_currency - vendor_avail - vendor_po - vendor_identifier -*/ - CREATE OR REPLACE FUNCTION public.ingest_acq_marc ( ) RETURNS TRIGGER AS $function$ DECLARE value TEXT; ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/sql/Pg/200.schema.acq.sql | 21 --------------------- 1 file changed, 21 deletions(-) hooks/post-receive -- Evergreen ILS