forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit734bea8
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 parent8b38a53 commit734bea8
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original 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)