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 e6b6ea0 commit cbe6dd1Copy full SHA for cbe6dd1
src/backend/commands/copyfrom.c
@@ -732,8 +732,8 @@ CopyFrom(CopyFromState cstate)
732
* For partitioned tables we can't support multi-inserts when there
733
* are any statement level insert triggers. It might be possible to
734
* allow partitioned tables with such triggers in the future, but for
735
- * now, CopyMultiInsertInfoFlush expects that any before row insert
736
- * and statement level insert triggers are on the same relation.
+ * now, CopyMultiInsertInfoFlush expects that any after row insert and
+ * statement level insert triggers are on the same relation.
737
*/
738
insertMethod = CIM_SINGLE;
739
}
0 commit comments