Re: Re: [BUGS] BUG #5021: ts_parse doesn't recognize email addresses with underscores - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: [BUGS] BUG #5021: ts_parse doesn't recognize email addresses with underscores
Date
Msg-id 21296.1268445968@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: [BUGS] BUG #5021: ts_parse doesn't recognize email addresses with underscores  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Re: [BUGS] BUG #5021: ts_parse doesn't recognize email addresses with underscores
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> OK, I can add '+' using Teodor's patch as a guide, and document which
> characters we support, and that we don't support all of them.  What
> about the binary upgrade issue?  I am now worried that maybe we should
> back out the patch and just document our restrictions.

The tsearch stuff is supposedly designed to be flexible about that.
It's not really any different from changing your tsearch configuration
midstream.  You might not get matches that you would have liked to get,
but there's not any internal inconsistency.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Steve Atkins
Date:
Subject: Re: Re: [BUGS] BUG #5021: ts_parse doesn't recognize email addresses with underscores
Next
From: Bruce Momjian
Date:
Subject: Re: Re: [BUGS] BUG #5021: ts_parse doesn't recognize email addresses with underscores