Re: Mention of PG 14 in docs

2021-05-03 Thread Alexander Korotkov
On Tue, May 4, 2021 at 3:55 AM Bruce Momjian wrote: > On Tue, May 4, 2021 at 03:51:51AM +0300, Alexander Korotkov wrote: > > Hi, Bruce! > > > > On Tue, May 4, 2021 at 2:49 AM Bruce Momjian wrote: > > > In patch "Handle equality operator in contrib/pg_trgm&

Re: Mention of PG 14 in docs

2021-05-03 Thread Alexander Korotkov
suggest the PG 14 mention be removed. I agree with this. Thank you for pointing. Are you OK with the attached patch? -- Regards, Alexander Korotkov pg_trgm_doc_fix.patch Description: Binary data

Re: fixes for typos and tags in REL_12_STABLE

2019-09-13 Thread Alexander Korotkov
On Thu, Sep 12, 2019 at 5:38 PM Alvaro Herrera wrote: > > On 2019-Sep-12, Alexander Korotkov wrote: > > > On Thu, Sep 12, 2019 at 4:58 PM Liudmila Mantrova > > wrote: > > > Please consider these small patches for REL_12_STABLE that mainly fix > > > remai

Re: fixes for typos and tags in REL_12_STABLE

2019-09-12 Thread Alexander Korotkov
t; operators with spaces in path definitions. I'm going to push these two if no objections. -- Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company

Re: bloom documentation patch

2018-10-21 Thread Alexander Korotkov
> + Bloom AM doesn't supports NULL values. > > > > s/supports/support/ These two were already fixed in the version I've pushed before. -- Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company

Re: Improving docs for strict_word_similarity()

2018-06-13 Thread Alexander Korotkov
On Wed, Jun 13, 2018 at 5:57 PM Bruce Momjian wrote: > On Fri, Jun 1, 2018 at 06:39:11PM +0300, Alexander Korotkov wrote: > > On Sat, May 26, 2018 at 7:56 PM Bruce Momjian wrote: > > > > While creating the release notes, I was confused by the description for > >

Re: Improving docs for strict_word_similarity()

2018-06-12 Thread Alexander Korotkov
On Fri, Jun 1, 2018 at 6:39 PM Alexander Korotkov wrote: > On Sat, May 26, 2018 at 7:56 PM Bruce Momjian wrote: >> >> While creating the release notes, I was confused by the description for >> strict_word_similarity(), particularly "extent boundaries". The >&g

Re: Improving docs for strict_word_similarity()

2018-06-01 Thread Alexander Korotkov
he strict_word_similarity(text, text) function !is useful for finding the similarity to whole words, while word_similarity(text, text) is more suitable for !finding the similarity for parts of words. This also looks correct to me. -- Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company