Retrieve large object

From: "Carmen Wai" <carmen(dot)wai(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Retrieve large object
Date: 2006-03-24 10:06:31
Message-ID: 275942a40603240206i502b1ffeg5071782c933a5c34@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello:

My database table consists of a column of large object and i can only use
lo_export to export 1 large object file each time, as my application is
required to retrieve all the large object files from the table, is there any
way to retrieve all the large object files quickly?? Any similar command
like "COPY TO" for the table with large object??

Thanks a lot!
Carmen

Browse pgsql-general by date

  From Date Subject
Next Message Just Someone 2006-03-24 10:33:39 Practical limit on number of tables ina single database
Previous Message Just Someone 2006-03-24 09:10:46 Re: Some pgbench results