Re: how to extract data from bytea so it is be used in blob for mysql database - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: how to extract data from bytea so it is be used in blob for mysql database
Date
Msg-id 4A0C6D9C.9080208@iol.ie
Whole thread Raw
In response to Re: how to extract data from bytea so it is be used in blob for mysql database  ("George Kao" <george.kao@group-upc.com>)
Responses Re: how to extract data from bytea so it is be used in blob for mysql database  ("George Kao" <george.kao@group-upc.com>)
List pgsql-general
On 14/05/2009 20:07, George Kao wrote:
> The data in escaped octal is not acceptable. Is there a way to dump the
> bytea from posgresql database in hex format? I think it is acceptable by

No, I'm fairly sure that you can't do it directly in the pg_dump output.
However, you could maybe use the functions here -

  http://www.postgresql.org/docs/8.3/static/functions-binarystring.html

- to write something that will output what you need.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

pgsql-general by date:

Previous
From: "George Kao"
Date:
Subject: Re: how to extract data from bytea so it is be used in blob for mysql database
Next
From: "George Kao"
Date:
Subject: Re: how to extract data from bytea so it is be used in blob for mysql database