Re: MySQL to Postgresql schema conversion

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: MySQL to Postgresql schema conversion
Дата
Msg-id b42b73150809300944s43009deew529cd664f78ec2b2@mail.gmail.com
обсуждение исходный текст
Ответ на MySQL to Postgresql schema conversion  ("Sean Davis" <sdavis2@mail.nih.gov>)
Список pgsql-general
On Tue, Sep 30, 2008 at 10:08 AM, Sean Davis <sdavis2@mail.nih.gov> wrote:
> There are a number of mysql to postgresql converters available, but
> many of them have significant shortcomings.  Has anyone found a tool
> that works well?  I am trying to convert a couple of relatively large,
> public schema to postgresql.

It can for the most part be done with text replacement with a good
editor, or use sed.  It's not that difficult.

The data is even easier...a lot of times you can import a mysql (data
only) dump directly into postgresql if you pass the right options to
mysqldump.

There are several tools that automate this process. One such tool is
DTS from microsoft.  Lately though I see less and less value in things
like this when the same thing can be done with regex/sed.

merlin

В списке pgsql-general по дате отправления:

Предыдущее
От: "Dot Yet"
Дата:
Сообщение: Re: Alias name from subquery
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Can't cast from char to integer...