Florian Helmberger wrote:
> Hi.
>
> > Florian, I haven't seen this patch yet. Did you send it in?
>
> Yes, I sent it to Christopher for reviewing, as allready mentioned by
> himself :)
> I still had not the time to update the docs though, hope to get this done
> next week.
Yes, I had an email
Hi.
> Florian, I haven't seen this patch yet. Did you send it in?
Yes, I sent it to Christopher for reviewing, as allready mentioned by
himself :)
I still had not the time to update the docs though, hope to get this done
next week.
Florian
---(end of broadcast)---
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
> >
> 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 '
Christopher Kings-Lynne wrote:
> > Christopher Kings-Lynne wrote:
> > > Yeah, I've got it Bruce - I still haven't had time to look into it and I
> > > really don't know what to do about the backward compatibility
> > issue. How do
> > > I set up 2 identically named C functions with different para
> Christopher Kings-Lynne wrote:
> > Yeah, I've got it Bruce - I still haven't had time to look into it and I
> > really don't know what to do about the backward compatibility
> issue. How do
> > I set up 2 identically named C functions with different parameter lists?
>
> Oh, that is easy. When
Christopher Kings-Lynne wrote:
> Yeah, I've got it Bruce - I still haven't had time to look into it and I
> really don't know what to do about the backward compatibility issue. How do
> I set up 2 identically named C functions with different parameter lists?
Oh, that is easy. When you CREATE FU
omjian [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 12 July 2002 6:02 AM
> To: Florian Helmberger
> Cc: Tom Lane; Christopher Kings-Lynne; Hackers
> Subject: Re: [HACKERS] [PATCHES] Changes in /contrib/fulltextindex
>
>
>
> Florian, I hav
Florian, I haven't seen this patch yet. Did you send it in?
---
Florian Helmberger wrote:
> Hi.
>
> > Huh? isalpha() *is* locale-aware according to the ANSI C spec.
> > For instance, the attached test program finds 52 al
> > I am not at all sure that this aspect of Florian's change is a good
> > idea, as it appears to eliminate locale-awareness in favor of a hard
> > coded delimiter list.
>
> Just tried your example - you're right of course! I will remove the hard
> coded delimited list and replace it with the pro
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes:
> I think that creating a new function, called ftia or ftix or something is
> the best solution. I think I can handle doing that...
Why change the name? If it's got a different argument list then you
can just overload the same old name.
"Florian Helmberger" <[EMAIL PROTECTED]> writes:
> Just tried your example - you're right of course! I will remove the hard
> coded delimited list and replace it with the proper calls as shown in the
> code you've sent.
Well, that was a quick hack not clean code. Coding rules for stuff
inside th
Hi.
> Huh? isalpha() *is* locale-aware according to the ANSI C spec.
> For instance, the attached test program finds 52 alpha characters
> in C locale and 114 in fr_FR locale under HPUX.
>
> I am not at all sure that this aspect of Florian's change is a good
> idea, as it appears to eliminate lo
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes:
> Good idea. Is there a locale-aware version of isalpha anywhere?
>>
>> If there is - I couldn't find it. I did find a lot of frustated
>> posts about isalpha and locale-awareness although.
> Yeah, I can't find anything in the man pages eith
Hi Florian,
> > The most recent patches were submitted by me, so I guess you
> could call me
> > the defacto "maintainer".
>
> Okay - glad someone answered me :)
Actually, I replied to you 5 minutes after you posted, but I think my emails
were being stalled somewhere...
> I will - please give m
15 matches
Mail list logo