From 256f6ba78a379733ff05d3c3d2239ca7fc56fb9e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 20 May 2013 21:13:13 -0400 Subject: Documentation spell checking and markup improvements --- doc/src/sgml/postgres-fdw.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/postgres-fdw.sgml') 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 @@ When use_remote_estimate is true, - postgres_fdw obtains rowcount and cost estimates from the + postgres_fdw obtains row count and cost estimates from the remote server and then adds fdw_startup_cost and fdw_tuple_cost to the cost estimates. When use_remote_estimate is false, - postgres_fdw performs local rowcount and cost estimation + postgres_fdw performs local row count and cost estimation and then adds fdw_startup_cost and fdw_tuple_cost to the cost estimates. This local estimation is unlikely to be very accurate unless local copies of the -- cgit v1.2.3