forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc0df15a
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 parent2f3cfcf commitc0df15a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
|
0 commit comments
Comments
(0)