Diff for /MPIWGWeb/updateSQL/personalwww.xml between versions 1.5.2.1 and 1.5.2.2

version 1.5.2.1, 2006/01/16 13:46:21 version 1.5.2.2, 2006/07/13 09:56:56
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</url>
       <user>www</user>        <user>www</user>
       <password>3333</password>        <password>3333</password>
       <delimiter>//</delimiter>        <delimiter>//</delimiter>

Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2


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