pgsql: Remove mention of the version number from pg_trgm docs - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Remove mention of the version number from pg_trgm docs
Date
Msg-id E1ldjPR-0003Fd-EX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove mention of the version number from pg_trgm docs

We don't usually mention the version number in similar situations.  So, neither
mention it here.

Reported-by: Bruce Momjian
Discussion: https://postgr.es/m/20210503234914.GO6180%40momjian.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ae9492a61bbf575e2862cf9323c7f02806382093

Modified Files
--------------
doc/src/sgml/pgtrgm.sgml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Prevent lwlock dtrace probes from unnecessary work
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix ALTER TABLE / INHERIT with generated columns