- Notifications
You must be signed in to change notification settings - Fork5
Commit0562422
committed
Documentation fix for ALTER TYPE .. RENAME
The documentation for ALTER TYPE .. RENAME claimed to support aRESTRICT/CASCADE option at the 'type' level, which wasn't implementedand doesn't make a whole lot of sense to begin with. What is supported,and previously undocumented, isALTER TYPE .. RENAME ATTRIBUTE .. RESTRICT/CASCADE.I've updated the documentation and back-patched this to 9.1 where it wasfirst introduced.1 parent230e92c commit0562422
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
| 28 | + | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
0 commit comments
Comments
(0)