| От | Walter Vaughan |
|---|---|
| Тема | Re: Trying to load MySQL data |
| Дата | |
| Msg-id | 45A56029.10005@steelerubber.com обсуждение исходный текст |
| Ответ на | Trying to load MySQL data ("garrettmoore@gmail.com" <garrettmoore@gmail.com>) |
| Ответы |
Re: Trying to load MySQL data
|
| Список | pgsql-general |
garrettmoore@gmail.com wrote: > Hello, > > I am working on a project where we are converting from MySQL to > Postgres. I figured the easiest way would be to export the MySQL data > as CSV. I dunno, but unless you don't really care about your data, I'd use something that you have no chance of in your data. Things like | and ~ are pretty standard field separators. So you'd use things like FIELDS TERMINATED BY '|' in your MySQL export and WITH DELIMITER '|' NULL '' in your postgresql import Also remember that mySQL nulls are nothing like postgresql nulls. -- Walter
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера