forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit02230d3
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 parent6e83fc6 commit02230d3
1 file changed
+2
-2
lines changed| 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)