Diff for /MPIWGWeb/updateSQL/personalwww.xml between versions 1.5 and 1.5.2.3

version 1.5, 2005/01/25 15:32:23 version 1.5.2.3, 2008/08/29 08:25:34
Line 8 Line 8
       <delimiter></delimiter>        <delimiter></delimiter>
       <mode>convert</mode>        <mode>convert</mode>
       <usenormantounicodemapper>false</usenormantounicodemapper>        <usenormantounicodemapper>false</usenormantounicodemapper>
       <table name = "Bibliography" layout = "" id = "" indexList ="">  
          <select>select * from "Bibliography"</select>  
       </table>  
       <table name = "current_work" layout = "" id = "" indexList ="">  
          <select>select * from "current_work"</select>  
       </table>  
       <table name = "institutsbiblio" layout = "" id = "" indexList ="">        <table name = "institutsbiblio" layout = "" id = "" indexList ="">
          <select>select * from "institutsbiblio"</select>           <select>select * from "institutsbiblio"</select>
       </table>        </table>
       <table name = "personal-www" layout = "" id = "" indexList ="">  
          <select>select * from "personal-www"</select>  
       </table>  
       <table name = "publications" layout = "" id = "" indexList ="">  
          <select>select * from "publications"</select>  
       </table>  
       <table name = "research_interest" layout = "" id = "" indexList ="">  
          <select>select * from "research_interest"</select>  
       </table>  
       <table name = "talks" layout = "" id = "" indexList ="">  
          <select>select * from "talks"</select>  
       </table>  
       <table name = "teaching" layout = "" id = "" indexList ="">  
          <select>select * from "teaching"</select>  
       </table>  
     </database>      </database>
   </source>    </source>
   
   <destination>    <destination>
     <database>      <database>
       <url>jdbc:postgresql://xserve02.mpiwg-berlin.mpg.de/personalwww</url>        <url>jdbc:postgresql://xserve04.mpiwg-berlin.mpg.de/personalwww_test2</url>
       <user>dwinter</user>        <user>www</user>
       <password>3333</password>        <password>3333</password>
       <delimiter>//</delimiter>        <delimiter>//</delimiter>
       <mode></mode>        <mode></mode>

Removed from v.1.5  
changed lines
  Added in v.1.5.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>