projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ac126
)
Fix typo.
author
Robert Haas
<
[email protected]
>
Thu, 10 Dec 2015 16:13:24 +0000
(11:13 -0500)
committer
Robert Haas
<
[email protected]
>
Thu, 10 Dec 2015 16:14:09 +0000
(11:14 -0500)
Etsuro Fujita
doc/src/sgml/fdwhandler.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/fdwhandler.sgml
b/doc/src/sgml/fdwhandler.sgml
index 0090e2427eb90ba5060d3a80a57b2329763029c5..dc2d8909751f3e7cb7d9d0110d6d6599df28f9bf 100644
(file)
--- 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
- tha
t
one row; for example, it may implement all joins as nested loops.
+ tha
n
one row; for example, it may implement all joins as nested loops.
</para>
</sect2>