summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-12-10 11:13:24 -0500
committerRobert Haas <rhaas@postgresql.org>2015-12-10 11:18:01 -0500
commitb994acf705bea9840880b1860dca9ceb0f4785ee (patch)
tree8607ac93a30b50f37b28b88cb3c20555b2ec9bdd /doc/src
parent34263e8e4a679ee785e601566bf144bf1f50a2b6 (diff)
Fix typo.
Etsuro Fujita
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/fdwhandler.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
index 0090e2427eb..dc2d8909751 100644
--- a/doc/src/sgml/fdwhandler.sgml
+++ b/doc/src/sgml/fdwhandler.sgml
@@ -793,7 +793,7 @@ RecheckForeignScan (ForeignScanState *node, TupleTableSlot *slot);
<literal>ForeignScan</>. When a recheck is required, this subplan
can be executed and the resulting tuple can be stored in the slot.
This plan need not be efficient since no base table will return more
- that one row; for example, it may implement all joins as nested loops.
+ than one row; for example, it may implement all joins as nested loops.
</para>
</sect2>