public inbox for [email protected]  
help / color / mirror / Atom feed
No reference to postgres_fdw in FTS docs
2+ messages / 2 participants
[nested] [flat]

* No reference to postgres_fdw in FTS docs
@ 2017-10-31 10:50 [email protected]
  2018-01-12 21:53 ` Re: [DOCS] No reference to postgres_fdw in FTS docs Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: [email protected] @ 2017-10-31 10:50 UTC (permalink / raw)
  To: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/textsearch-indexes.html
Description:

https://www.postgresql.org/docs/current/static/textsearch-indexes.html

The last paragraph mentions the dblink module, but surely postgres_fdw
deserves a mention here too - especially with its increasing ability to push
more of the query onto the foreign servers.

Also, I think it would be worth mentioning elsewhere in the documentation
(e.g. https://www.postgresql.org/docs/10/static/indexes-types.html) the
impact that maintenance_work_mem has on the creation time for different
index types - currently I can&#39;t find this anywhere else except on this FTS
page.

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: [DOCS] No reference to postgres_fdw in FTS docs
  2017-10-31 10:50 No reference to postgres_fdw in FTS docs [email protected]
@ 2018-01-12 21:53 ` Bruce Momjian <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Bruce Momjian @ 2018-01-12 21:53 UTC (permalink / raw)
  To: [email protected]; +Cc: pgsql-docs

On Tue, Oct 31, 2017 at 10:50:39AM +0000, [email protected] wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/10/static/textsearch-indexes.html
> Description:
> 
> https://www.postgresql.org/docs/current/static/textsearch-indexes.html
> 
> The last paragraph mentions the dblink module, but surely postgres_fdw
> deserves a mention here too - especially with its increasing ability to push
> more of the query onto the foreign servers.
> 
> Also, I think it would be worth mentioning elsewhere in the documentation
> (e.g. https://www.postgresql.org/docs/10/static/indexes-types.html) the
> impact that maintenance_work_mem has on the creation time for different
> index types - currently I can&#39;t find this anywhere else except on this FTS
> page.

I have applied the attached doc patch which will appear in PG 11. 
Thanks.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


Attachments:

  [text/x-diff] diff (1.1K, 2-diff)
  download | inline diff:
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
new file mode 100644
index 4dc52ec..1a2f040
*** a/doc/src/sgml/textsearch.sgml
--- b/doc/src/sgml/textsearch.sgml
*************** SELECT plainto_tsquery('supernovae stars
*** 3614,3621 ****
     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
     only local information.
    </para>
  
--- 3614,3622 ----
     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 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>
  


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2018-01-12 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2017-10-31 10:50 No reference to postgres_fdw in FTS docs [email protected]
2018-01-12 21:53 ` Bruce Momjian <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox