Re: Blob stuff

From: Patrick Nelson <pnelson(at)neatech(dot)com>
To: "PostgreSQL List (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Blob stuff
Date: 2002-08-14 06:03:44
Message-ID: 4165C48DE9A0D211B6400800095C585F172E0F@WASHINGTON
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
----------------->>>>
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.
----------------->>>>

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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2002-08-14 06:15:25 Re: [HACKERS] [GENERAL] workaround for lack of REPLACE() function
Previous Message Graeme Merrall 2002-08-14 04:53:46 Re: tsearch vs. fulltextindex