| From: | Mahdi Mankai <mahdi(dot)mankai(at)fuegoondemand(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Issues with imported blobs from Postgres 8 to 9 |
| Date: | 2011-03-01 11:08:17 |
| Message-ID: | 484D04F9-692C-4237-8470-CD743F60B418@fuegoondemand.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Thanks for the reply.
What kind of detail can I provide?
Mahdi
On 2011-02-28, at 6:58 PM, Tom Lane wrote:
> Mahdi Mankai <mahdi(dot)mankai(at)fuegoondemand(dot)com> writes:
>> I created a database dumb using pg_dump on Postgres 8.3.6. After that I tried to import the same database into a Postgres 9.0 install. Everything worked fine except some image blobs. Some of them seem to be corrupt.
>
> I doubt this is a bytea_escape problem. In the first place that would
> only affect output from the new server, not input into it; and in the
> second place, if that were the issue, it would probably result in *all*
> your blobs being messed up not just a small number of them. We need
> a lot more details than this to offer any help.
>
> regards, tom lane
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Raghavendra | 2011-03-01 11:57:14 | Re: Tool for shifting tables from Mysql to Postgresql |
| Previous Message | Raymond O'Donnell | 2011-03-01 10:51:07 | Re: restore a server backup |