From: Bruce Momjian Date: Fri, 12 Jan 2018 21:53:25 +0000 (-0500) Subject: docs: replace dblink() mention with foreign data mention X-Git-Tag: REL_11_BETA1~938 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=255f14183ac7bc6a83a5bb00d67d5ac7e8b645f1;p=postgresql.git docs: replace dblink() mention with foreign data mention Reported-by: steven.winfield@cantabcapital.com Discussion: https://postgr.es/m/20171031105039.17183.850@wrigleys.postgresql.org --- diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 4dc52ec9831..1a2f04019c1 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -3614,8 +3614,9 @@ SELECT plainto_tsquery('supernovae stars'); allows the implementation of very fast searches with online update. Partitioning can be done at the database level using table inheritance, or by distributing documents over - servers and collecting search results using the - module. The latter is possible because ranking functions use + servers and collecting external search results, e.g. via Foreign Data access. + The latter is possible because ranking functions use only local information.