File:  [Repository] / MPIWGWeb / updateSQL / personalwww.xml
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Tue Jan 25 15:32:23 2005 UTC (19 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
minor

<?xml version="1.0" encoding="UTF-8"?>
<convert>
  <source>
    <database>
      <url>jdbc:fmpro:http://141.14.237.74:8050</url>
      <user>dwinter</user>
      <password>e1nste1n</password>
      <delimiter></delimiter>
      <mode>convert</mode>
      <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 ="">
         <select>select * from "institutsbiblio"</select>
      </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>
  </source>

  <destination>
    <database>
      <url>jdbc:postgresql://xserve02.mpiwg-berlin.mpg.de/personalwww</url>
      <user>dwinter</user>
      <password>3333</password>
      <delimiter>//</delimiter>
      <mode></mode>
      <usenormantounicodemapper>false</usenormantounicodemapper>
    </database>
  </destination>
</convert>

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