| From: | "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> |
|---|---|
| To: | "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | "Florian Helmberger" <f(dot)helmberger(at)uptime(dot)at>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Hackers" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [PATCHES] Changes in /contrib/fulltextindex |
| Date: | 2002-07-12 03:41:35 |
| Message-ID: | GNELIHDDFBOCMGBFGEFOOEBLCDAA.chriskl@familyhealth.com.au |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2002-07-12 03:43:20 | Re: [PATCHES] Changes in /contrib/fulltextindex |
| Previous Message | Bruce Momjian | 2002-07-12 03:40:42 | Re: [PATCHES] Changes in /contrib/fulltextindex |