We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3465113 commit 255ed90Copy full SHA for 255ed90
doc/src/sgml/fdwhandler.sgml
@@ -622,10 +622,10 @@ ExecForeignInsert(EState *estate,
622
<programlisting>
623
TupleTableSlot **
624
ExecForeignBatchInsert(EState *estate,
625
- ResultRelInfo *rinfo,
626
- TupleTableSlot **slots,
627
- TupleTableSlot **planSlots,
628
- int *numSlots);
+ ResultRelInfo *rinfo,
+ TupleTableSlot **slots,
+ TupleTableSlot **planSlots,
+ int *numSlots);
629
</programlisting>
630
631
Insert multiple tuples in bulk into the foreign table.
0 commit comments