Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ldjRj-0006qG-6E for pgsql-docs@arkaria.postgresql.org; Tue, 04 May 2021 01:01:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ldjRi-0001rj-01 for pgsql-docs@arkaria.postgresql.org; Tue, 04 May 2021 01:01:54 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ldjRh-0001rc-Na for pgsql-docs@lists.postgresql.org; Tue, 04 May 2021 01:01:53 +0000 Received: from mail-qv1-xf29.google.com ([2607:f8b0:4864:20::f29]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ldjRf-0008Lh-QK for pgsql-docs@postgresql.org; Tue, 04 May 2021 01:01:52 +0000 Received: by mail-qv1-xf29.google.com with SMTP id l19so3155971qvu.8 for ; Mon, 03 May 2021 18:01:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=sds06WKGdTDeIT59khBNqsmJqNeJF8quhVFQoegNPXE=; b=bygzq/jlWM7et6vMPldKqjNWuH2lAZzzmmnZ3N6QSC9ayc9F05qUkEvq1ctnmVDnkI w2Gvr+F2jQ5XHzp7cAHp8M0Fx1+qMqgpHEn4q+l0dct+l+tIDUuU8dW3vj+Xi0BQdkIP dj2w6qKHAZ7RcIEfvmcskz4D007OjLwZ+iEnvR6f0t2kPJt+tES4youOnJFSpdgNwDHf JBL2LpAaJ17xRHS/q5qldd/Q9ZocY/Qtuci6qzR1CktzLth2Mj16w/L1aZXMxtAmPnNm mTKvCidtrXOY+uX1hRoOvMzSwht1U3dTFaW7rsb/5eSzArdQvs5TbI0D+Lc41evznYbW Yorw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sds06WKGdTDeIT59khBNqsmJqNeJF8quhVFQoegNPXE=; b=r6ICQFKFu0lGfghQyZ/s7S1OwzpIin9e9z09OTR+Cel6uudRPhBy+CDnwgx9tWAZEB Es7Z57x+1rbMl1mXgAzJ4e6BNNGLjPiKvpMQwFZjWcpgSrEP5+oAQUrjosXI75S57+vw JP+/fAtVDPnxqZyRUTO56mQAAHf2dQRDFzpJLSIbHYDFWWflBLMXwmpquPhnjSK6lHiY Nl0hQbud3yoOcP2pjvPCOfk9DAIVjxmu4JST+jiypfgpHSD5GsxlaAJB8JoDXU7sGDyE gKrq46QJR0OMvjE0EjP9/oMiPnF0pRFow9p0Vg1eONr7pxmmRV7cNhNioz9PMzjesY9q l+fQ== X-Gm-Message-State: AOAM532rPLOUwUqpdpQ94mtIMJEnksErbKtwSY0PT2b2SUKEmlP2Ny1c IS0C9nNx94+NFtyXpVyt/djZIHMYdDdyWU+yP6s= X-Google-Smtp-Source: ABdhPJzMFnvPqKvhfmKka+vkSyKIuUKsjIyZiWAFf613ZS5UOIHx1F/F/pd6vTWVSgDv2tbx3iIoH6HTeTCyNuYmu/8= X-Received: by 2002:a05:6214:14ab:: with SMTP id bo11mr23374035qvb.39.1620090110862; Mon, 03 May 2021 18:01:50 -0700 (PDT) MIME-Version: 1.0 References: <20210503234914.GO6180@momjian.us> <20210504005556.GE6178@momjian.us> In-Reply-To: <20210504005556.GE6178@momjian.us> From: Alexander Korotkov Date: Tue, 4 May 2021 04:01:40 +0300 Message-ID: Subject: Re: Mention of PG 14 in docs To: Bruce Momjian Cc: PostgreSQL-documentation Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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" (935f66665), I > > > see this text: > > > > > > --> ~ and ~* queries. Beginning in > > > --> PostgreSQL 14, these indexes also support > > > equality operator (simple comparison operators are not supported). > > > Note that those indexes may not be as efficient as regular B-tree indexes > > > for equality operator. > > > > > > As far as I know, we don't usually mention what version _added_ a > > > feature like this. I suggest the PG 14 mention be removed. > > > > I agree with this. Thank you for pointing. Are you OK with the attached patch? > > Yes, sure. Perfect, pushed. ------ Regards, Alexander Korotkov