Re: contrib Makefiles - Mailing list pgsql-hackers

From Tom Lane
Subject Re: contrib Makefiles
Date
Msg-id 20200.1029389422@sss.pgh.pa.us
Whole thread Raw
In response to Re: contrib Makefiles  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: contrib Makefiles
List pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> I guess my question would be that currently fulltextindex generates SQL like
> this:

> create function fti() returns opaque as
>         '$libdir/fti'
>         language 'C';

> So it references the fti.so, but where does it say what function to actually
> run in fti.so?  Or is it assumed in C functions that the function to call in
> the shared object is the same as the name of the function???

That's the assumption unless you specify differently.  Time to reread
the CREATE FUNCTION man page ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: contrib Makefiles
Next
From: Joe Conway
Date:
Subject: Re: Open 7.3 issues