From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | fork <forkandwait(at)gmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Generalized edit function? |
Date: | 2011-02-26 21:19:46 |
Message-ID: | 4D696E72.3080409@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Fork",
> 1. Does anybody else care? I would love to see this in contrib, but if the
> chances are slim, then I would like to know that too.
That really depends on how well it works, and how much code it is. It's
way too early for anyone to have a viewpoint on this. For example, a
few years ago I'd have said that trigrams were hopelessly specialized
for mainstream PostgreSQL, but not they're not.
The path for this is to create an external project (on pgfoundry,
github, sourceforge, code.google,com, etc.) and then an Extension for
this. Once it's production-quality, and if contrib is even relevant at
that point, you can propose it.
> 3. I will probably implement this for ascii characters -- if anyone has any
> thoughts on other encodings, please share.
Why would the implementation for ASCII be different from Unicode?
Surely any distance algorithm is encoding-neutral.
Anyway, if it's ASCII-only, that's a guaranteed way to make sure it
isn't taken seriously.
--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2011-02-26 21:31:38 | Re: Generalized edit function? |
Previous Message | Heikki Linnakangas | 2011-02-26 21:12:59 | Re: wal_sender_delay is still required? |