Re: Blob stuff

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

Предыдущее
От: "Ian Harding"
Дата:
Сообщение: Re: Transaction Exception Question
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: [HACKERS] Linux Largefile Support In Postgresql RPMS