Re: Migrating from MySQL

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: Migrating from MySQL
Дата
Msg-id Pine.BSF.4.21.0006131524000.10507-100000@thelab.hub.org
обсуждение исходный текст
Ответ на Migrating from MySQL  ("Paul Fontenot" <paul@code-slinger.com>)
Список pgsql-novice
On Tue, 13 Jun 2000, Paul Fontenot wrote:

> Is this a simple matter of doing a mysqldump to a textfile and a copy into
> my new postgresql database?

nope, as MySQL has "features" that aren't compatible with other databases
... different ways of doing database structure, non-SQL compliant types,
etc ... each database server tends to have their own quirks, some more
then others ... you'll have to hand massage the mysqldump to fit
PostgreSQL, but, having done it before, it is doable ...



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

Предыдущее
От: "Paul Fontenot"
Дата:
Сообщение: Migrating from MySQL
Следующее
От: "Paul Fontenot"
Дата:
Сообщение: SHOW , DESCRIBE, oh what's it called...