aboutsummaryrefslogtreecommitdiff
path: root/contrib/mysql_to_pgsql/README
diff options
context:
space:
mode:
authorclick <none@none>2010-05-06 09:53:09 +0200
committerclick <none@none>2010-05-06 09:53:09 +0200
commitcb84d3e617975d172ec1be043810554bac09cb83 (patch)
tree4e2ed1445865704d8ac6959f240847942a7659f0 /contrib/mysql_to_pgsql/README
parent38061a6fa6dc661125175e82ff98104761acb70a (diff)
Cleanup : Remove postgreSQL-support (not used and has also been broken for a long time)
--HG-- branch : trunk
Diffstat (limited to 'contrib/mysql_to_pgsql/README')
-rw-r--r--contrib/mysql_to_pgsql/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/mysql_to_pgsql/README b/contrib/mysql_to_pgsql/README
deleted file mode 100644
index bf7083fb663..00000000000
--- a/contrib/mysql_to_pgsql/README
+++ /dev/null
@@ -1,14 +0,0 @@
-Using cmake on a Windows
-------------------
- 1. install cmake (http://www.cmake.org/cmake/resources/software.html)
- 2. cmake -i
- 3. Project.sln
- 4. {Debug/Release}/mysql2pgsql.exe
-
-Using cmake on a Unix/Linux
-------------------
- 1. install cmake
- 2. cmake -i
- 3. make
- 4. ./mysql2pgsql
-