Re: Image storage questions

Поиск
Список
Период
Сортировка
От Ed L.
Тема Re: Image storage questions
Дата
Msg-id 200505181449.40925.pgsql@bluepolka.net
обсуждение исходный текст
Ответ на Re: Image storage questions  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Image storage questions  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Image storage questions  (Alvaro Herrera <alvherre@surnet.cl>)
Список pgsql-general
On Wednesday May 18 2005 2:40 pm, Joshua D. Drake wrote:
> Ed L. wrote:
> > On Wednesday May 18 2005 2:10 pm, Ed L. wrote:
> >>What are the tradeoffs of storing images as bytea vs blobs?
> >
> > Actually, I see you can't store/retrieve blobs remotely,
> > which is a non-starter.
>
> Sure you can. We do it all the time. What language are you
> using that doesn't let you do it?

I was following this:

http://www.postgresql.org/files/documentation/books/aw_pgsql/node96.html

"Because large objects use the local filesystem, users connecting
over a network cannot use lo_import or lo_export()."

Confirmed using psql.

What api/language are you using?  Is this possible to do through
DBI?  If you don't use lo_import/lo_export, how do you
insert/retrieve images?  Pointers to docs are welcomed!

Thanks,
Ed


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Image storage questions
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Image storage questions