Re: Blob datatype / image storing

Поиск
Список
Период
Сортировка
От chris_five
Тема Re: Blob datatype / image storing
Дата
Msg-id YYoo7.10031$jY.224750@news1.rdc1.bc.home.com
обсуждение исходный текст
Ответ на Blob datatype / image storing  ("Ligia Pimentel" <lmpimentel@yahoo.com>)
Список pgsql-general
ligia,
there is some excellent documentation at any of the mirror sites (or pick up
bruce's book!). the answer to your question is at:

http://www.postgresql.org/idocs/index.php?largeobjects.html

http://www.postgresql.org/idocs/index.php?lo-interfaces.html#AEN15965

reading the blob is another matter. if it's anything like mysql you have to:
- read it into binary;
- write as file of proper type w/ correct file extension;

anyone have any examples of functions that do this?

hope this helps,

chris

"Ligia Pimentel" <lmpimentel@yahoo.com> wrote in message
news:9nqmv5$rks$1@news.tht.net...
> We want to know if is there a datatype for storing images (as a Blob
> datatype)? How do we use it?
>
> Thank you!
>
> Ligia
>
>
>



В списке pgsql-general по дате отправления:

Предыдущее
От: T.R.Missner@Level3.com
Дата:
Сообщение: how to speed query
Следующее
От: Robert Grabowski
Дата:
Сообщение: Re: PERL DBD::pg question