diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml new file mode 100644 index 76ff243..9ab712f *** a/doc/src/sgml/fdwhandler.sgml --- b/doc/src/sgml/fdwhandler.sgml *************** BeginForeignScan (ForeignScanState *node *** 152,160 **** Begin executing a foreign scan. This is called during executor startup. ! It should perform any initialization needed before the scan can start, ! but not start executing the actual scan (that should be done upon the ! first call to IterateForeignScan). The ForeignScanState node has already been created, but its fdw_state field is still NULL. Information about the table to scan is accessible through the --- 152,158 ---- Begin executing a foreign scan. This is called during executor startup. ! It should perform any initialization needed before the scan can start. The ForeignScanState node has already been created, but its fdw_state field is still NULL. Information about the table to scan is accessible through the