Re: How to access large objects in Postgresql c-language functions? - Mailing list pgsql-general

From Pavel Stehule
Subject Re: How to access large objects in Postgresql c-language functions?
Date
Msg-id CAFj8pRCisjLFoZn9f1xNWC-NA=vnHPn_hix0BHNe1NRp4fMOwQ@mail.gmail.com
Whole thread Raw
In response to Re: How to access large objects in Postgresql c-language functions?  (Spiros Ioannou <sivann@inaccess.com>)
Responses Re: How to access large objects in Postgresql c-language functions?
List pgsql-general


2015-01-26 20:54 GMT+01:00 Spiros Ioannou <sivann@inaccess.com>:
But these need a connection to the postgresql backend. It seems an overkill for postgresql to connect to itself, I would prefer something more optimal. It seems for now that reading libpq's source code is the only way to go.

No,  it doesn't need - you can call these functions via DirectFunctionCall interface

you can look to contrib/lo module for example

Regards

Pavel
 

Regards,

Spiros

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [SQL] check if the same function is already running, then exit!
Next
From: Andy Colson
Date:
Subject: Re: check if the same function is already running, then exit!