Re: [Koha-devel] Modifying biblio data with SQL

2010-04-27 Thread Michael Hafen
My understanding is that the marcxml column is actually authoritative. The table trio is more for quick work that doesn't need / can't wait for the MARC data to be parsed. Also I think the zebra index is build from either marc or marcxml column depending on an option to rebuild_zebra.pl. On Tue,

Re: [Koha-devel] Modifying biblio data with SQL

2010-04-26 Thread Brendan Gallagher
Rick - you may want to take a look at sync_items_in_marc_bib.pl which will update your marc blob and marcxml - from your items table. Read through that and that should give you an idea. Cheers, Brendan On Mon, Apr 26, 2010 at 11:06 AM, Rick Welykochy wrote: > Hi all, > > > We wish to make so

[Koha-devel] Modifying biblio data with SQL

2010-04-26 Thread Rick Welykochy
Hi all, We wish to make some minor tweaks to biblio data that was imported originally using bulkmarcimport.pl. I understand where the data resides in the biblio,biblioitems,items table trio and can do the fix with some SQL. My question regards the other place the data is stored, i.e. in the mar