Suggestion on Document for Version 12 Section 40.3

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: zhangysh1995(at)gmail(dot)com
Subject: Suggestion on Document for Version 12 Section 40.3
Date: 2020-01-09 08:28:05
Message-ID: 157855848580.29169.11958103978637887119@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2020-01-09 09:16:48 Re: Typo in Documentation for Version 12 Section 40.3
Previous Message PG Doc comments form 2020-01-09 08:13:00 Correct: Typo in Documentation for Version 10&12 Section 40.3