Marco Bizzarri *nix forums beginner
Joined: 16 Mar 2005
Posts: 11
|
Posted: Wed Mar 16, 2005 8:41 am Post subject:
Questions about the use of largeobject functions from inside SQL
|
|
|
Hi all.
We have a setup with Zope and a remote Postgresql server. We're storing
blobs in largeobject files.
What we need to do is to be able to do the transfer of blobs between
Zope and postgres. I thought it was possible to use lo_* functions, by
creating a largeobject, and then sending the data using an lo_write, but
I'm unable to figure how to do this in SQL.
Any suggestions?
Note:
1) NFS in order to share disk space between the two servers is not an
option (in that case, I would be able to use lo_import/lo_export);
2) We're using ZPsycopgDA on the client side
3) I'm not on the list, so please CC to me directly
Regards
Marco
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org |
|