Skip to content

Instantly share code, notes, and snippets.

@jdavis-sitka
Created September 14, 2023 22:29
Show Gist options
  • Select an option

  • Save jdavis-sitka/7b9da2965bb48fa5db19085f8061d4f8 to your computer and use it in GitHub Desktop.

Select an option

Save jdavis-sitka/7b9da2965bb48fa5db19085f8061d4f8 to your computer and use it in GitHub Desktop.
3.11 ingest error
WARNING: \nSQL statement "INSERT INTO metabib.browse_entry
( value, sort_value ) VALUES
( value_prepped, ind_data.sort_value )
ON CONFLICT (sort_value, value) DO UPDATE SET sort_value = EXCLUDED.sort_value -- must update a row to return an existing id
RETURNING id"
PL/pgSQL function metabib.reingest_metabib_field_entries(bigint,boolean,boolean,boolean,boolean,integer[]) line 88 at SQL statement
SQL statement "SELECT metabib.reingest_metabib_field_entries(bib.id, skip_facet, skip_display, skip_browse, skip_search, only_fields)"
PL/pgSQL function metabib.indexing_update(biblio.record_entry,boolean,text) line 60 at PERFORM
SQL statement "SELECT metabib.indexing_update(NEW.*, new_action = 'insert', old_state_data)"
PL/pgSQL function indexing_ingest_or_delete() line 89 at SQL statement
CONTEXT: PL/pgSQL function metabib.indexing_update(biblio.record_entry,boolean,text) line 86 at RAISE
SQL statement "SELECT metabib.indexing_update(NEW.*, new_action = 'insert', old_state_data)"
PL/pgSQL function indexing_ingest_or_delete() line 89 at SQL statement
WARNING: Ingest of biblio.record_entry 128674253 failed
CONTEXT: PL/pgSQL function indexing_ingest_or_delete() line 100 at RAISE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment