large object import

From: postgre(at)seznam(dot)cz
To: pgsql-general(at)postgresql(dot)org
Subject: large object import
Date: 2008-03-09 23:39:15
Message-ID: 23.29-24504-1184550464-1205105955@seznam.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,
I am having a stored function in plperlU which is called from php script then. It select data from a table, export them to a file and zips the file. The problem is that it should store this file into temporary table. Then it should return some identificator to php, so that the user can download it via php. Problem is that postgreSQL doesn't supports server-side large object operations for non superuser roles.

Can someone please give me a suggestion how can I solve this problem. I mean if I can import the file some other way or if there are some other usual procedures how to do this?

Thanks in advance,
Lukas Houf

Responses

Browse pgsql-general by date

  From Date Subject
Next Message longlong 2008-03-10 05:10:45 gsoc ideas
Previous Message Reid Thompson 2008-03-09 22:33:56 Re: loading a psql input file on win xp