Re: "GIN and GiST Index Types" page is about usage in full text search, but looks general purpose - Mailing list pgsql-docs

From Tom Lane
Subject Re: "GIN and GiST Index Types" page is about usage in full text search, but looks general purpose
Date
Msg-id 1008196.1649802173@sss.pgh.pa.us
Whole thread Raw
In response to Re: "GIN and GiST Index Types" page is about usage in full text search, but looks general purpose  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-docs
Peter Geoghegan <pg@bowt.ie> writes:
> On Tue, Apr 12, 2022 at 1:28 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Proposed patch attached.  The existing text already says "GIN indexes are
>> the preferred text search index type", so I'm not sure we need to go
>> further than that about guiding people which one to use.  In particular,
>> since GIN can't support included columns, we can't really deprecate GiST
>> altogether here.

> LGTM.

Done that way, then.

> I don't know enough about the topic to be able to claim that the
> robots.txt solution would also work out well, in about the same way.
> But I suspect that it might, and know that it's a reversible process.

Yeah, it's outside my expertise too.

            regards, tom lane



pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: incorrect information in documentation
Next
From: Alvaro Herrera
Date:
Subject: Re: Add further details to ROW SHARE table level lock modes section