mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
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
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user