[Zope] Store a image or file(mp3,mpeg) in PostgreSQL
Tino Wildenhain
tino@wildenhain.de
Mon, 21 Oct 2002 11:20:03 +0200
Hi Terry,
you could either encode the object data base64 or similar
or use type byteea (see large objects in postgres).
What do you think you win with saving images in postgres?
Maybe you can go a little bit further and change the oracle
storage (ZODB storage) to use postgres.
Regards
Tino
--On Montag, 21. Oktober 2002 16:26 +0800 Terry <terry@taipeitimes.com>
wrote:
> Hello,
>
> Does anyone has a example to "Store a image or file(mp3,mpeg) in
> PostgreSQL". I had tried to search on Google and maillist but no
> information are really useful or show any idea.
>
> Thanks for any reply or hints
>
> Terry
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )