Advertisement
cmptrwz

Failed Indexes

Nov 18th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. pg_restore: [archiver (db)] Error while PROCESSING TOC:
  2. pg_restore: [archiver (db)] Error from TOC entry 7295; 1259 540987 INDEX by_heading superuser
  3. pg_restore: [archiver (db)] could not execute query: ERROR: function oils_xpath_string(unknown, text) does not exist
  4. LINE 1: SELECT oils_xpath_string('//*[@tag="901"]/*[local-name()="su...
  5. ^
  6. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
  7. QUERY: SELECT oils_xpath_string('//*[@tag="901"]/*[local-name()="subfield" and @code="c"]', marcxml)::INT
  8. CONTEXT: PL/pgSQL function normalize_heading(text,boolean) line 13 during statement block local variable initialization
  9. Command was: CREATE INDEX by_heading ON record_entry USING btree (simple_normalize_heading(marc)) WHERE ((deleted IS FALSE) OR (deleted =...
  10. pg_restore: [archiver (db)] Error while PROCESSING TOC:
  11. pg_restore: [archiver (db)] Error from TOC entry 7296; 1259 540981 INDEX by_heading_and_thesaurus superuser
  12. pg_restore: [archiver (db)] could not execute query: ERROR: function oils_xpath_string(unknown, text) does not exist
  13. LINE 1: SELECT oils_xpath_string('//*[@tag="901"]/*[local-name()="su...
  14. ^
  15. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
  16. QUERY: SELECT oils_xpath_string('//*[@tag="901"]/*[local-name()="subfield" and @code="c"]', marcxml)::INT
  17. CONTEXT: PL/pgSQL function normalize_heading(text,boolean) line 13 during statement block local variable initialization
  18. Command was: CREATE INDEX by_heading_and_thesaurus ON record_entry USING btree (normalize_heading(marc)) WHERE ((deleted IS FALSE) OR (de...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement