Live data from Hacker News

MySQL to PostgreSQL converter

github.com

1–10 of 37 posts

Re: MySQL to PostgreSQL converter

#4
post #2

No foreign key support is kind of a deal-breaker. Hard to believe anyone who is actually in the position of needing this would have a schema so simple that it contains no foreign keys.

Hard to believe mysql doesn't include that data in one of it's dump formats.

It is supported, just not in XML dump format.

Re: MySQL to PostgreSQL converter

#5
post #4

Earlier quoted context omitted.

Hard to believe mysql doesn't include that data in one of it's dump formats.

It is supported, just not in XML dump format.

Ah. That's a relief, I was a little worried. But that makes it strange that someone, knowing of this limitation, would choose to start with the xml dump format.

Re: MySQL to PostgreSQL converter

#7
post #4

Earlier quoted context omitted.

It is supported, just not in XML dump format.

Ah. That's a relief, I was a little worried. But that makes it strange that someone, knowing of this limitation, would choose to start with the xml dump format.

I think the fact that this form of dump doesn't contain foreign keys is even more extraordinary.

What's the point of having a dump format that you can't use to restore your database properly?

Does it have a health warning advising that it's not a proper dump?

Post reply on HN