Re: Blob stuff

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Blob stuff
Дата
Msg-id 8237.1029336825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Blob stuff  (Patrick Nelson <pnelson@neatech.com>)
Список pgsql-general
Patrick Nelson <pnelson@neatech.com> writes:
> Tom Lane wrote:
> If you're not using psql, what are you using?

> I'm mainly using the pgtcl.

In that case you ignore psql's facilities and instead read about
libpgtcl's facilities for manipulating large objects, for example
http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/pgtcl-pgloimport.html
and surrounding pages.

It looks like those docs could use some work :-( --- I've never looked
at them closely before, and they seem to contain some lies.  For
example, pg_lo_import should return the OID of the created object,
and does according to the code ... but the man page doesn't say anything
about it.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: performance with triggers depends on table size?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: opaque function not accepted (without error message)