Re: pgsql: Add word_similarity to pg_trgm contrib module.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Teodor Sigaev <teodor(at)sigaev(dot)ru>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Add word_similarity to pg_trgm contrib module.
Date: 2016-03-16 16:58:58
Message-ID: 20129.1458147538@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Wed, Mar 16, 2016 at 12:40 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> This is completely, utterly wrong. You do not add stuff to an extension
>> module by redefining what version 1.2 means. You do it by creating a 1.3
>> version and providing a 1.2--1.3 update script.

> Uh, did you read his commit message?

Ah, sorry, I failed to absorb the point. My apologies.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2016-03-16 16:59:39 Re: pgsql: Add word_similarity to pg_trgm contrib module.
Previous Message Robert Haas 2016-03-16 16:54:36 Re: pgsql: Add word_similarity to pg_trgm contrib module.