Обсуждение: handling images in postgresql

Поиск
Список
Период
Сортировка

handling images in postgresql

От
Ramon Orticio
Дата:
how do you enter files of images such as jpeg and
bitmaps in postgresql.

thanks





__________________________________
Do you Yahoo!?
All your favorites on one personal page � Try My Yahoo!
http://my.yahoo.com

Re: handling images in postgresql

От
John DeSoi
Дата:
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