Re: Fwd: [BUGS] pg_trgm word_similarity inconsistencies or bug

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: David Steele <david(at)pgmasters(dot)net>
Cc: Teodor Sigaev <teodor(at)sigaev(dot)ru>, Robert Haas <robertmhaas(at)gmail(dot)com>, Jan Przemysław Wójcik <jan(dot)przemyslaw(dot)wojcik(at)gmail(dot)com>, Postgres-Bugs <pgsql-bugs(at)postgresql(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Liudmila Mantrova <l(dot)mantrova(at)postgrespro(dot)ru>
Subject: Re: Fwd: [BUGS] pg_trgm word_similarity inconsistencies or bug
Date: 2018-03-21 12:25:11
Message-ID: CAPpHfdtZU6Ai93jhVyMVE8LdsvqbnBRg8ozrHWn+VTFNoRDyZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Tue, Mar 6, 2018 at 7:59 PM, David Steele <david(at)pgmasters(dot)net> wrote:

> On 3/6/18 7:04 AM, Teodor Sigaev wrote:
> >> I agree with Teodor (upthread, not quoted here) that the documentation
> >> could use some editing.
> >>
> >> I started to do it myself, but quickly realized I have no knowledge of
> >> the content. I'm afraid I would destroy the meaning while updating the
> >> grammar.
> >>
> >> Anyone understand the subject matter well enough to review the
> >> documentation?
> >
> > Liudmila tried to improve docs in Alexander's patchset.
> >
> > https://www.postgresql.org/message-id/f43b242d-000c-f4c8-cb8
> b-d37e9752cd93(at)postgrespro(dot)ru
>
> This looks good to me with a few minor exceptions:
>
> + <function>word_similarity(text, text)</function> requires further
> + explanation. Consider the following example:
>
> Maybe too verbose? I think "<function>word_similarity(text,
> text)</function> requires further explanation." can be removed entirely.
>
> + string. However, this function does not add paddings to the
>
> "add padding"
>
> > BTW, adding Liudmila's message to commitfest task
> > (https://commitfest.postgresql.org/17/1403/) doesn't work
>
> Doesn't work for me either.
>
> Alexander, can you post the final patches to the thread so they show up
> in the CF app?
>

I'm sorry for not updating patches, I've missed this message in the thread.

BTW, Teodor have pushed fix to the documentation up to 9.6.
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=
aea7c17e86e99a7ed4da489b3df2b5493b5e5e95

And new function strict_word_similarity() to PostgreSQL 11.
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=
be8a7a6866276b228b4ffaa3003e1dc2dd1d140a

Could someone put this information to stackoverflow?
https://stackoverflow.com/questions/46966360/postgres-word-similarity-not-comparing-words
I don't have enough of reputation to comment.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Teodor Sigaev 2018-03-21 12:35:56 Re: Fwd: [BUGS] pg_trgm word_similarity inconsistencies or bug
Previous Message Greg Clough 2018-03-20 17:50:30 RE: BUG #15067: Documentation or behaviour bug with autovacuum thresholds?

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2018-03-21 12:35:56 Re: Fwd: [BUGS] pg_trgm word_similarity inconsistencies or bug
Previous Message Daniel Gustafsson 2018-03-21 12:24:22 Re: pg_basebackup: Missing newlines in some error messages