No reference to postgres_fdw in FTS docs

Steven Winfield <steven.winfield@cantabcapital.com>

From: steven.winfield@cantabcapital.com
To: pgsql-docs@postgresql.org
Date: 2017-10-31T10:50:39Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/textsearch-indexes.html
Description:

https://www.postgresql.org/docs/current/static/textsearch-indexes.html

The last paragraph mentions the dblink module, but surely postgres_fdw
deserves a mention here too - especially with its increasing ability to push
more of the query onto the foreign servers.

Also, I think it would be worth mentioning elsewhere in the documentation
(e.g. https://www.postgresql.org/docs/10/static/indexes-types.html) the
impact that maintenance_work_mem has on the creation time for different
index types - currently I can&#39;t find this anywhere else except on this FTS
page.

Commits

  1. docs: replace dblink() mention with foreign data mention