Re: Images in Database

From: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Images in Database
Date: 2004-03-27 12:52:05
Message-ID: a06020416bc8b2970678e@[192.168.0.101]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

You have 2 possibilities, the bytea data type or the large object
mechanism. The bytea is generally the best because it is the most
flexible. For a discussion comparing the two you can read the
relevant part of the pgSQL4RB manual which you can get here:
<http://aliacta.com/download>

Marc

>Possible, and this is called BLOB data type. Binary large object.

> > Is it possible to have an image object in a database, like a gif, bmp,
> > jpeg, no matter which format?

Browse pgsql-novice by date

  From Date Subject
Next Message Aarni Ruuhimäki 2004-03-27 13:23:14 Re: Upgrading PostgreSQL
Previous Message Josh Berkus 2004-03-26 22:05:30 Re: How do you do a negative join?