Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit255f141

Browse files
committed
docs: replace dblink() mention with foreign data mention
Reported-by: steven.winfield@cantabcapital.comDiscussion:https://postgr.es/m/20171031105039.17183.850@wrigleys.postgresql.org
1 parente9f2703 commit255f141

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/textsearch.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3614,8 +3614,9 @@ SELECT plainto_tsquery('supernovae stars');
36143614
allows the implementation of very fast searches with online update.
36153615
Partitioning can be done at the database level using table inheritance,
36163616
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
3617+
servers and collecting external search results, e.g. via <link
3618+
linkend="ddl-foreign-data">Foreign Data</link> access.
3619+
The latter is possible because ranking functions use
36193620
only local information.
36203621
</para>
36213622

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp