obsolete indexing method "rtree"

From: Jürgen Purtz <juergen(at)purtz(dot)de>
To: Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: obsolete indexing method "rtree"
Date: 2020-08-05 11:30:39
Message-ID: 9cda4603-76d0-b063-5dc3-a9a99506340b@purtz.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

We removed the indexing method "rtree" in version 8.3 and replaced it
with "gist". Until today there are some "rtree" heritages:

* "CREATE INDEX ... USING rtree ..." is valid syntax and leads to the
message "NOTICE:  substituting access method gist for obsolete
method rtree"
* The documentation refers to the method in ref/comments.sgml and
ref/create_index.sgml.
* The documentation uses the term "R-Tree" in gist.sgml, seg.sgml, and
xindex.sgml. That's ok because in this cases it refers to the
abstract concept of R-trees and not to the eliminated implementation.

Isn't it time to disallow this syntax and remove all references and
messages? The situation concerning index types, access methods, operator
classes, and index related extensions is complicate enough and hard to
explain to newcomers. Every simplification should be welcomed.

--

Jürgen Purtz

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2020-08-05 14:01:28 Re: obsolete indexing method "rtree"
Previous Message David G. Johnston 2020-08-05 01:03:26 Re: typo in sentence