Re: Blob stuff

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Patrick Nelson <pnelson(at)neatech(dot)com>
Cc: "PostgreSQL List (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Blob stuff
Date: 2002-08-13 18:07:52
Message-ID: 27878.1029262072@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Patrick Nelson <pnelson(at)neatech(dot)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.

regards, tom lane

In response to

  • Blob stuff at 2002-08-13 18:01:39 from Patrick Nelson

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2002-08-13 18:08:27 Re: Sourceforge moving to DB2
Previous Message Ian Harding 2002-08-13 18:03:01 Re: Transaction Exception Question