Re: [PATCHES] Changes in /contrib/fulltextindex - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: [PATCHES] Changes in /contrib/fulltextindex
Date
Msg-id GNELIHDDFBOCMGBFGEFOOEBLCDAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: [PATCHES] Changes in /contrib/fulltextindex  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [PATCHES] Changes in /contrib/fulltextindex  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> Call them different C names, but name them the same in CREATE FUNCTION
> funcname.  Just use a different symbol name here:
> 
>        CREATE [ OR REPLACE ] FUNCTION name ( [ argtype [, ...] ] )
>                                       ^^^^ same here
>            RETURNS rettype
>            AS 'obj_file', 'link_symbol'
>                           ^^^^^^^^^^^^^ different here
>            LANGUAGE langname
>            [ WITH ( attribute [, ...] ) ]
> 
> 
> Does that help?

Yes, I get it now - I should be able to set it up quite nicely.

Chris



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Changes in /contrib/fulltextindex
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Changes in /contrib/fulltextindex