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 e274436 commit 6359e4bCopy full SHA for 6359e4b
src/backend/commands/copy.c
@@ -2918,8 +2918,8 @@ CopyFrom(CopyState cstate)
2918
* For partitioned tables we can't support multi-inserts when there
2919
* are any statement level insert triggers. It might be possible to
2920
* allow partitioned tables with such triggers in the future, but for
2921
- * now, CopyMultiInsertInfoFlush expects that any before row insert
2922
- * 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.
2923
*/
2924
insertMethod = CIM_SINGLE;
2925
}
0 commit comments