We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972ed80 commit e06449eCopy full SHA for e06449e
src/lib/PostgresMetaTriggers.ts
@@ -96,7 +96,7 @@ export default class PostgresMetaTriggers {
96
* @param {('ROW'|'STATEMENT')} obj.orientation - Trigger function for every row affected by event or
97
* once per statement. Defaults to 'STATEMENT'.
98
* @param {string} obj.condition - Boolean expression that will trigger function.
99
- * For example: '(old.* IS DISTINCT FROM new.*)'
+ * For example: 'old.* IS DISTINCT FROM new.*'
100
* @param {Array<string>} obj.function_args - array of arguments to be passed to function when trigger is fired.
101
* For example: ['arg1', 'arg2']
102
*/
0 commit comments