We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f2703 commit 255f141Copy full SHA for 255f141
doc/src/sgml/textsearch.sgml
@@ -3614,8 +3614,9 @@ SELECT plainto_tsquery('supernovae stars');
3614
allows the implementation of very fast searches with online update.
3615
Partitioning can be done at the database level using table inheritance,
3616
or by distributing documents over
3617
- servers and collecting search results using the <xref linkend="dblink"/>
3618
- 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.
3619
+ The latter is possible because ranking functions use
3620
only local information.
3621
</para>
3622
0 commit comments