Re: Blob stuff - Mailing list pgsql-general

From Tom Lane
Subject Re: Blob stuff
Date
Msg-id 27878.1029262072@sss.pgh.pa.us
Whole thread Raw
In response to Blob stuff  (Patrick Nelson <pnelson@neatech.com>)
List pgsql-general
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.

            regards, tom lane

pgsql-general by date:

Previous
From: "Ian Harding"
Date:
Subject: Re: Transaction Exception Question
Next
From: Andrew Sullivan
Date:
Subject: Re: [HACKERS] Linux Largefile Support In Postgresql RPMS