Re: how to extract data from bytea so it is be used in blob for mysql database

Поиск
Список
Период
Сортировка
От George Kao
Тема Re: how to extract data from bytea so it is be used in blob for mysql database
Дата
Msg-id 8900E491CD2A4975A01C55012E60947C@nitrex.com
обсуждение исходный текст
Ответ на Re: how to extract data from bytea so it is be used in blob for mysql database  (Allan Kamau <allank@sanbi.ac.za>)
Список pgsql-general
I have tried to pg_dump only one single table with bytea field and the
result is the same when I come to restore with mysql.

-----Original Message-----
From: Allan Kamau [mailto:allank@sanbi.ac.za]
Sent: Thursday, May 14, 2009 11:15 AM
To: Postgres-General
Cc: George Kao
Subject: Re: [GENERAL] how to extract data from bytea so it is be used in
blob for mysql database

Hi George,
This is my guess to the cause of the problem (I could be wrong).

You edited the pg_dump generated sql file to suit to suit the requirements
of your target server (MySQL), during this edition, your editor may have
inserted line terminators where it found long sentences, this long sentences
may have been the contents of your bytea column(s) thereby changing the data
of the bytea column(s).

Allan.


On Thu, May 14, 2009 at 3:18 PM, George Kao <george.kao@group-upc.com>
wrote:
 > The platform is WinXP. I have database with fields of bytea in Posgresql
> 8.1. The objective was to transfer the entire databasae (schema + data)  >
to Mysql 5.1. I used the pg_dump from Posgresql 8.1 to extract the  > schema
and data. With some minor touch-up of the sql script generated, I  > am able
to run the script with mysql.exe to store the database except  > for the
bytea data...
 >
 >
 > -----Original Message-----
 > From: pgsql-general-owner@postgresql.org
 > [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Raymond  >
O'Donnell  > Sent: Wednesday, May 13, 2009 5:52 PM  > To: George Kao  > Cc:
pgsql-general@postgresql.org  > Subject: Re: [GENERAL] how to extract data
from bytea so it is be used  > in blob for mysql database  >  > On
13/05/2009 21:56, George Kao wrote:
 >> I used pg_dump to extract the data from my database with bytea fields
>> (having pictures) in plain text format. I encoutered some problems to  >>
restore those bytea data to the blobs field in a Mysql database. Any  >
advice?
 >
 > A bit more detail would be nice.... we're only guessing otherwise.
 >
 > - Platform(s)?
 > - Version?
 > - Commands executed?
 > - Error messages?
 > - Log entries?
 > - ....
 >
 > Ray.
 >
 > ------------------------------------------------------------------
 > Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland  >
rod@iol.ie Galway Cathedral Recitals:
 > http://www.galwaycathedral.org/recitals
 > ------------------------------------------------------------------
 >
 > --
 > Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To  >
make changes to your subscription:
 > http://www.postgresql.org/mailpref/pgsql-general
 >
 > --
 > Sent via pgsql-general mailing list (pgsql-general@postgresql.org)  > To
make changes to your subscription:
 > http://www.postgresql.org/mailpref/pgsql-general
 >


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

Предыдущее
От: Steven Lembark
Дата:
Сообщение: Question on inserting non-ascii strings
Следующее
От: Henry
Дата:
Сообщение: Re: work_mem greater than 2GB issue