summaryrefslogtreecommitdiff
path: root/doc/src/sgml/postgres-fdw.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-05-20 21:13:13 -0400
committerPeter Eisentraut <peter_e@gmx.net>2013-05-20 21:13:13 -0400
commit256f6ba78a379733ff05d3c3d2239ca7fc56fb9e (patch)
treefe78ec4c6e732d097afd1e247e6c7a82513490db /doc/src/sgml/postgres-fdw.sgml
parent30b5ede7157e34e77c7914b8ecfd55aa8da6edc3 (diff)
Documentation spell checking and markup improvements
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r--doc/src/sgml/postgres-fdw.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index 4aa798ac2ee..a1c3bebb097 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -236,11 +236,11 @@
<para>
When <literal>use_remote_estimate</literal> is true,
- <filename>postgres_fdw</> obtains rowcount and cost estimates from the
+ <filename>postgres_fdw</> obtains row count and cost estimates from the
remote server and then adds <literal>fdw_startup_cost</literal> and
<literal>fdw_tuple_cost</literal> to the cost estimates. When
<literal>use_remote_estimate</literal> is false,
- <filename>postgres_fdw</> performs local rowcount and cost estimation
+ <filename>postgres_fdw</> performs local row count and cost estimation
and then adds <literal>fdw_startup_cost</literal> and
<literal>fdw_tuple_cost</literal> to the cost estimates. This local
estimation is unlikely to be very accurate unless local copies of the