forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit07353de
committed
Fix documentation template for CREATE TRIGGER.
By using curly braces, the template had specified that one of"NOT DEFERRABLE", "INITIALLY IMMEDIATE", or "INITIALLY DEFERRED"was required on any CREATE TRIGGER statement, which is notaccurate. Change to square brackets makes that optional.Backpatch to 9.1, where the error was introduced.1 parent3e2cfa4 commit07353de
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
0 commit comments
Comments
(0)