Martijn van Oosterhout writes:
> On Mon, May 22, 2006 at 10:55:59AM +0400, Victor B. Wagner wrote:
>> I've also unable to find useful description of DirectFunctionCallN
>> family of functions, which seems to be neccessary to call one 'C'
>> language PostgreSQL function from another.
>>
>> It is c
On Mon, May 22, 2006 at 10:55:59AM +0400, Victor B. Wagner wrote:
> BTW, what should I do if I want to submit entirely new directory into
> contrib - shall I make a patch against current source tree or just
> archive of this directory would do?
Diffs are better, unless it really is a lot of code.
On 2006.05.19 at 10:02:34 +0200, Martijn van Oosterhout wrote:
> On Fri, May 19, 2006 at 10:33:52AM +0400, Victor B. Wagner wrote:
> > 1. Am I correct that these function have to be INTERNAL? Or it is
> > possible to get access to MyProcPort variable (on Windows platform too)
> > from dynamically
On Fri, May 19, 2006 at 10:33:52AM +0400, Victor B. Wagner wrote:
> 1. Am I correct that these function have to be INTERNAL? Or it is
> possible to get access to MyProcPort variable (on Windows platform too)
> from dynamically loadable object?
You should be able to have these in a contrib module,