0

I found the mysql migration toolkit which will migrate the tables.But is there something which will convert the functions as well.

3 Answers 3

3

Almost certainly not.

If your functions are in the SQL language only, it should probably be doable. But any of the many other languages supported by PostgreSQL (pl/pgsql, perl, python etc) are completely different, and contain much functionality that's simply not supported on MySQL.

Sign up to request clarification or add additional context in comments.

Comments

2

There are several data migration tools available on Google to convert database. I use dbload for example.

Comments

1

most likely not. the stored procedure and function language differs greatly between postgresql and mysql. such an application would be costly to develop.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.