]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorRobert Haas <rhaas@postgresql.org>
Thu, 10 Dec 2015 16:13:24 +0000 (11:13 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 10 Dec 2015 16:14:09 +0000 (11:14 -0500)
Etsuro Fujita

doc/src/sgml/fdwhandler.sgml

index 0090e2427eb90ba5060d3a80a57b2329763029c5..dc2d8909751f3e7cb7d9d0110d6d6599df28f9bf 100644 (file)
@@ -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>