diff options
author | Bruce Momjian | 2018-01-12 21:53:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2018-01-12 21:53:33 +0000 |
commit | 255f14183ac7bc6a83a5bb00d67d5ac7e8b645f1 (patch) | |
tree | 74768df548fdc461f56cadde47b7f0db320e2813 | |
parent | e9f2703ab7b29f7e9100807cfbd19ddebbaa0b12 (diff) |
docs: replace dblink() mention with foreign data mention
Reported-by: [email protected]
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/textsearch.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 4dc52ec983..1a2f04019c 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 <xref linkend="dblink"/> - module. The latter is possible because ranking functions use + servers and collecting external search results, e.g. via <link + linkend="ddl-foreign-data">Foreign Data</link> access. + The latter is possible because ranking functions use only local information. </para> |