Commit 255f1418 authored by Bruce Momjian's avatar Bruce Momjian

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
parent e9f2703a
...@@ -3614,8 +3614,9 @@ SELECT plainto_tsquery('supernovae stars'); ...@@ -3614,8 +3614,9 @@ SELECT plainto_tsquery('supernovae stars');
allows the implementation of very fast searches with online update. allows the implementation of very fast searches with online update.
Partitioning can be done at the database level using table inheritance, Partitioning can be done at the database level using table inheritance,
or by distributing documents over or by distributing documents over
servers and collecting search results using the <xref linkend="dblink"/> servers and collecting external search results, e.g. via <link
module. The latter is possible because ranking functions use linkend="ddl-foreign-data">Foreign Data</link> access.
The latter is possible because ranking functions use
only local information. only local information.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment