Tom Lane wrote:
----------------->>>>
Patrick Nelson <pnelson@neatech.com> writes:
> There is \lo_import, \lo_export, \lo_list, and \lo_unlink which seem to
> utilize a remote client to upload, but this isn't a great solution if your
> not using psql.
If you're not using psql, what are you using?
psql's \lo facilities are just interfaces to a set of libpq routines,
which you can use for yourself if you're coding in C or C++. If you're
using some other API that doesn't offer equivalent facilities, meseems
you have a gripe against that API.
----------------->>>>
I'm mainly using the pgtcl. Your not answering my questions. I was saying
that what would be the process for using psql's \lo? I've tried to
understanding by trial and error but I can not figure out a useful process.
I really want to use the lo in a select and insert statements. But again I
can not figure out a process that works from a remote client.