Re: Storing image contents in TEXT fields

From: Jerome Alet <alet(at)unice(dot)fr>
To: Jan Wieck <JanWieck(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Storing image contents in TEXT fields
Date: 2001-06-27 17:48:17
Message-ID: 20010627194817.A527@nordine.ateur
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Jun 27, 2001 at 11:17:28AM -0400, Jan Wieck wrote:
> Jerome Alet wrote:
> > Hi,
> >
> > I wanted to know if it's possible to store an image content in a TEXT field,
> > or if another type is needed (in this case, then which one ?).
> >
> > I don't want to use BLOBs, because I modify an existing application
> > which also works with MySQL, and I can't update to postgresql-7.1.x
> > (I don't admin this server)
> >
> > in a TEXT field the image seems to be truncated at the first nul byte.
>
> To have the highest portability across ALL databases, you
> might be best off by converting it to/from base64 or similar
> in the client application and store the string in a text or
> varchar attribute.

I think that I'll modify the app anyway, since I fear to hit the
tuple max size with some postgresql versions. I think it's better
to store images outside the database, but the original app developper
didn't seem to think the same ;-)

bye, and thanks to all

Jerome Alet

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2001-06-27 18:30:54 Re: Using the extract() function in plpgsql
Previous Message Kristis Makris 2001-06-27 15:55:57 Re: Using the extract() function in plpgsql