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