Re: [PATCHES] Changes in /contrib/fulltextindex

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
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:43:20
Message-ID: 200207120343.g6C3hLb10594@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Kings-Lynne wrote:
> > 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.

Yea, this function overloading is a nifty feature. No wonder C++ has
it.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-07-12 03:50:25 Re: string cast/compare broken?
Previous Message Christopher Kings-Lynne 2002-07-12 03:41:35 Re: [PATCHES] Changes in /contrib/fulltextindex