From: | "Ed L(dot)" <pgsql(at)bluepolka(dot)net> |
---|---|
To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Image storage questions |
Date: | 2005-05-18 20:49:40 |
Message-ID: | 200505181449.40925.pgsql@bluepolka.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2005-05-18 20:57:01 | Re: Image storage questions |
Previous Message | Joshua D. Drake | 2005-05-18 20:40:05 | Re: Image storage questions |
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2005-05-18 20:57:01 | Re: Image storage questions |
Previous Message | Chris Browne | 2005-05-18 20:47:36 | Re: Learning curves and such |