Re: Blob stuff

Поиск
Список
Период
Сортировка
От Patrick Nelson
Тема Re: Blob stuff
Дата
Msg-id 4165C48DE9A0D211B6400800095C585F172E0F@WASHINGTON
обсуждение исходный текст
Ответ на Blob stuff  (Patrick Nelson <pnelson@neatech.com>)
Ответы Re: Blob stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
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.

В списке pgsql-general по дате отправления:

Предыдущее
От: "Graeme Merrall"
Дата:
Сообщение: Re: tsearch vs. fulltextindex
Следующее
От: "Mario Weilguni"
Дата:
Сообщение: Re: oid2name reports much fewer files...