Re:

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re:
Дата
Msg-id 3C221390.B970BAB@fourpalms.org
обсуждение исходный текст
Ответ на  ("Peter E. Chen" <pchen3@jhmi.edu>)
Список pgsql-general
> Can anyone tell me where I can find documention on how to use mysql2pgsql?
> I downloaded the software conversion utility from www.pgsql.com.

Create a dump file from mysql, then give that file to mysql2pgsql (use
the --help option to see other possible parameters). Write the output to
a file:

  mysql2pgsql --verbose dumpfile > pgsql.dump

The output file will work as-is or with some modifications to give you
something you can pipe to psql:

  psql -e yourdb < pgsql.dump

Good luck!

                 - Thomas

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

Предыдущее
От: "Aasmund Midttun Godal"
Дата:
Сообщение: Re: Security Question . . .
Следующее
От: Hunter Hillegas
Дата:
Сообщение: JDBC Driver Munging My Text?