How to access large objects in Postgresql c-language functions?

Поиск
Список
Период
Сортировка
От Spiros Ioannou
Тема How to access large objects in Postgresql c-language functions?
Дата
Msg-id CACKh8C-DGsFFny1ODuPk=f3SoFuvHypF2L9GF2aakrRyyqtVRg@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to access large objects in Postgresql c-language functions?  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
I'm writing a c-language user defined function for postgresql 9.3.5. I didn't use pl/pgsql or pl/python because part of it needs to be written in C for speed.

The function gets an existing OID as an argument. How can I access & modify the OID data from within the c-language function? I can't find any docs for that! 

Thanks,

-Spiros

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

Предыдущее
От: John McKown
Дата:
Сообщение: Re: Psql 9.4 with server 9.4 doesn't auto complete table names
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: How to access large objects in Postgresql c-language functions?