Re: [GENERAL] Windows to Linux PostgreSQL Migration

2011-02-01 Thread David Johnston
d change my Java code (JDBC) to use the newly default "hex" format that appears to be preferred over the "escape" format. Dave -Original Message- From: Andy Colson [mailto:a...@squeakycode.net] Sent: Tuesday, February 01, 2011 4:59 PM To: David Johnston Cc: pgsql-general

Re: [GENERAL] Windows to Linux PostgreSQL Migration

2011-02-01 Thread Andy Colson
On 2/1/2011 3:44 PM, David Johnston wrote: Hello, I have just done a multi-part migration and am having difficulty viewing binary content stored in a “bytea” field; specifically I stored a PDF in the existing setup and now receive a “File does not begin with ‘%PDF-‘” message when I go to pull it

[GENERAL] Windows to Linux PostgreSQL Migration

2011-02-01 Thread David Johnston
Hello, I have just done a multi-part migration and am having difficulty viewing binary content stored in a "bytea" field; specifically I stored a PDF in the existing setup and now receive a "File does not begin with '%PDF-'" message when I go to pull it up from the new setup. The specific m