forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd087e1
committed
doc: Fix column_name parameter in ALTER MATERIALIZED VIEW
Parameter column_name must be an existing column because ALTERMATERIALIZED VIEW cannot add new columns. The old description waslikely copied from ALTER TABLE.Author: Erik WienholdDiscussion:https://postgr.es/m/6880ca53-7961-4eeb-86d5-6bd05fc2027e@ewie.nameBackpatch-through: 121 parent8559252 commitdd087e1
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
|
0 commit comments
Comments
(0)