Suggestion on Document for Version 12 Section 40.3 - Mailing list pgsql-docs

From PG Doc comments form
Subject Suggestion on Document for Version 12 Section 40.3
Date
Msg-id 157855848580.29169.11958103978637887119@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Suggestion on Document for Version 12 Section 40.3
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/rules-materializedviews.html
Description:

Hello all,


I'm reading Section 40.3, and there is an example (the third square by
reverse order):


SELECT word FROM words ORDER BY word <-> 'caterpiler' LIMIT 10;

     word     
---------------
 cater
 caterpillar
 Caterpillar
 caterpillars
 caterpillar's
 Caterpillar's
 caterer
 caterer's
 caters
 catered
(10 rows)


As shown here https://www.postgresql.org/docs/current/pgtrgm.html, the
operator `<->` is in an additional module. Without the context, the reader
will need searching to help understand the meaning. It would be better if
further reference is given.


Yushan

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Correct: Typo in Documentation for Version 10&12 Section 40.3
Next
From: Daniel Gustafsson
Date:
Subject: Re: Typo in Documentation for Version 12 Section 40.3