]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: tweak textsearch.sgml for SEO purposes.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Apr 2022 22:21:04 +0000 (18:21 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Apr 2022 22:21:22 +0000 (18:21 -0400)
commit71e0736b6577962874ef3becd09cd74a43ffd92f
treef79171c054a96bd32bbf71c1a65eb70b365d3e90
parente22fd217ec5b5b454febd5c1a1cc3c3f1c4e3a63
Doc: tweak textsearch.sgml for SEO purposes.

Google seems to like to return textsearch.html for queries about
GIN and GiST indexes, even though it's not a primary reference
for either.  It seems likely that that's because those keywords
appear in the page title.  Since "GIN and GiST Index Types" is
not a very apposite title for this material anyway, rename the
section in hopes of stopping that.

Also provide explicit links to the GIN and GiST chapters, to help
anyone who finds their way to this page regardless.

Per gripe from Jan Piotrowski.  Back-patch to supported branches.
(Unfortunately Google is likely to continue returning the 9.1
version of this page, but improving that situation is a matter
for the www team.)

Discussion: https://postgr.es/m/164978902252.1276550.9330175733459697101@wrigleys.postgresql.org
doc/src/sgml/textsearch.sgml