Re: graphics in postgres?

From: Gilles DAROLD <gilles(at)darold(dot)net>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: graphics in postgres?
Date: 2000-08-11 07:12:11
Message-ID: 3993A74B.FE7275A9@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ramses van Pinxteren wrote:

> Hi, I am a very novice user of postres, and I immediately encountered
> a problem... the datatype BLOB is nowhere to be found in postgres. can
> I still ad binary info as a gif file to a database, and if so, what
> datatype should I use? my thanks,Ramses v. Pinxteren

You can use blob, but this is not a good idea if you want to allow
viewing these gif by Internet.
The better way is to store the path information into a text field. This
will give you better performance

Regards,

Gilles DAROLD

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Horák Daniel 2000-08-11 08:29:39 RE: Windows 98
Previous Message Andreas Tille 2000-08-11 06:52:26 Re: pg_dump and restore