Mercurial > hg > MPIWGWeb
diff updateSQL/berlinkalender.xml @ 0:bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
author | casties |
---|---|
date | Thu, 10 Jan 2013 17:52:13 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/updateSQL/berlinkalender.xml Thu Jan 10 17:52:13 2013 +0100 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<convert> + <source> + <database> + <url>jdbc:fmpro:http://itgroup.mpiwg-berlin.mpg.de:8050</url> + <user>dwinter</user> + <password>e1nste1n</password> + <delimiter></delimiter> + <mode>convert</mode> + <usenormantounicodemapper>false</usenormantounicodemapper> + <table name = "WWW_berlinkalender" layout = "" id = "" indexList =""> + <select>select * from "WWW_berlinkalender"</select> + </table> + </database> + </source> + + <destination> + <database> + <url>jdbc:postgresql://xserve04.mpiwg-berlin.mpg.de/personalwww</url> + <user>www</user> + <password>3333</password> + <delimiter>//</delimiter> + <mode></mode> + <usenormantounicodemapper>false</usenormantounicodemapper> + </database> + </destination> +</convert>