]> granicus.if.org Git - postgresql/commitdiff
docs: replace dblink() mention with foreign data mention
authorBruce Momjian <bruce@momjian.us>
Fri, 12 Jan 2018 21:53:25 +0000 (16:53 -0500)
committerBruce Momjian <bruce@momjian.us>
Fri, 12 Jan 2018 21:53:33 +0000 (16:53 -0500)
Reported-by: steven.winfield@cantabcapital.com
Discussion: https://postgr.es/m/20171031105039.17183.850@wrigleys.postgresql.org

doc/src/sgml/textsearch.sgml

index 4dc52ec9831190cdad3c0385b67ec72d6ac61920..1a2f04019c105cdd29910b092a8c95dd62f9be82 100644 (file)
@@ -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>