Re: [SQL] Large Objects

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема Re: [SQL] Large Objects
Дата
Msg-id 37814B35.CEA20AD0@ozemail.com.au
обсуждение исходный текст
Ответ на Large Objects  ("Eid, Bilal" <Bilal_Eid@NAI.com>)
Список pgsql-sql
If I understand your question correctly, the answer is that lo_creat
returns an oid. You need to have a column in a regular table of type oid
and store this oid in there. When you query the table later you can get
the oid and pass it to lo_open.

"Eid, Bilal" wrote:

> Again, and in short, I need to attach an object to a table using the iODBC
> application and using buffer instead of file as input/output.
> Is there any way to do that? I need your help and may be some example to
> follow.
> Please, Help me I'm running out of time.


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

Предыдущее
От: "Eid, Bilal"
Дата:
Сообщение: Large Objects
Следующее
От: Olivier Ertz
Дата:
Сообщение: PB creating view : DefineQueryRewrite: rule plan string too big