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