Re-reading and thinking... Selecting the ID's from biblio.record_entry... OK Sending these to "request open-ils.ingest open-ils.ingest.full.biblio.record" re-reads biblio.record_entry.marc and updates metabib.full_rec and metabib.real_full_rec.
Correct? >>> On 9/24/2010 at 02:29 PM, in message <[email protected]>, Ben Ostrowsky <[email protected]> wrote: > On Fri, Sep 24, 2010 at 1:18 PM, Grant Johnson <[email protected]> wrote: > >> What's the best practice to re-ingest ALL records that are not >> "deleted=true"? >> > > http://open-ils.org/dokuwiki/doku.php?id=scratchpad:random_magic_spells#reing > esting_bib_records > > ...but modify the SQL to 'select id from biblio.record_entry where not > deleted;'. > > Ben
