[7691] Added MySQL to PostgreSQL converter.
commit6ef54f51147b3022c63c1136c62794cef22d9bce
authorAlexDereka <dereka.alex@gmail.com>
Mon, 20 Apr 2009 18:15:49 +0000 (20 22:15 +0400)
committerAlexDereka <dereka.alex@gmail.com>
Mon, 20 Apr 2009 18:24:30 +0000 (20 22:24 +0400)
tree273b6aef13876be6a23441c1d482bde3f25c2d90
parent9359a679817c6ca67d7599954ae37f10a22fd03f
[7691] Added MySQL to PostgreSQL converter.

Tested on PostgreSQL 8.3 and MySQL 5.0.
For compile see README.
contrib/mysql_to_pgsql/CMakeLists.txt [new file with mode: 0644]
contrib/mysql_to_pgsql/README [new file with mode: 0644]
contrib/mysql_to_pgsql/cmake/FindMySQL.cmake [new file with mode: 0644]
contrib/mysql_to_pgsql/cmake/FindPostgreSQL.cmake [new file with mode: 0644]
contrib/mysql_to_pgsql/src/defines.h [new file with mode: 0644]
contrib/mysql_to_pgsql/src/main.cpp [new file with mode: 0644]
src/shared/revision_nr.h