obsolete indexing method "rtree" - Mailing list pgsql-docs

From Jürgen Purtz
Subject obsolete indexing method "rtree"
Date
Msg-id 9cda4603-76d0-b063-5dc3-a9a99506340b@purtz.de
Whole thread Raw
Responses Re: obsolete indexing method "rtree"  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: typo in sentence
Next
From: Tom Lane
Date:
Subject: Re: obsolete indexing method "rtree"