Re: handling images in postgresql - Mailing list pgsql-novice

From John DeSoi
Subject Re: handling images in postgresql
Date
Msg-id 265D7A70-80E4-11D9-A3A1-000A95B03262@pgedit.com
Whole thread Raw
In response to handling images in postgresql  (Ramon Orticio <rporticio@yahoo.com>)
List pgsql-novice
On Feb 17, 2005, at 2:03 AM, Ramon Orticio wrote:

> how do you enter files of images such as jpeg and
> bitmaps in postgresql.

You can create a column with type bytea or use the large object
functions.

http://www.postgresql.org/docs/8.0/interactive/datatype-binary.html
http://www.postgresql.org/docs/8.0/interactive/largeobjects.html


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-novice by date:

Previous
From: Bo Lorentsen
Date:
Subject: Re: Front End Languages for PostgreSQL
Next
From: Jesus Lopez
Date:
Subject: error using COPY command