Project

General

Profile

« Previous | Next » 

Revision 7359

include publisher given name correctly

View differences:

src/doi_registration.sql
243 243

  
244 244
--include the first name (careful not to rerun this part)
245 245
update doi_registration doi
246
set publisher = child.nodedata ||' '|| creator
246
set publisher = child.nodedata ||' '|| publisher
247 247
from identifier id, 
248 248
xml_revisions docs, 
249 249
xml_nodes_revisions nodes, 

Also available in: Unified diff