forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd14c85e
committed
Fix materialized-view documentation oversights.
When materialized views were added, psql's \d commands were made totreat them as a separate object category ... but not everyplace in thedocumentation or comments got the memo.Noted by David Johnston. Back-patch to 9.3 where matviews came in.Discussion:https://postgr.es/m/CAKFQuwb27M3VXRhHErjCpkWwN9eKThbqWb1=trtoXi9_ejqPXQ@mail.gmail.com1 parent1c25ef6 commitd14c85e
2 files changed
+8
-6
lines changedLines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1096 | 1096 |
| |
1097 | 1097 |
| |
1098 | 1098 |
| |
1099 |
| - | |
| 1099 | + | |
| 1100 | + | |
1100 | 1101 |
| |
1101 | 1102 |
| |
1102 | 1103 |
| |
| |||
1111 | 1112 |
| |
1112 | 1113 |
| |
1113 | 1114 |
| |
1114 |
| - | |
1115 |
| - | |
| 1115 | + | |
| 1116 | + | |
1116 | 1117 |
| |
1117 | 1118 |
| |
1118 | 1119 |
| |
| |||
1134 | 1135 |
| |
1135 | 1136 |
| |
1136 | 1137 |
| |
1137 |
| - | |
1138 |
| - | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
1139 | 1141 |
| |
1140 | 1142 |
| |
1141 | 1143 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3288 | 3288 |
| |
3289 | 3289 |
| |
3290 | 3290 |
| |
3291 |
| - | |
3292 | 3291 |
| |
3293 | 3292 |
| |
3294 | 3293 |
| |
| |||
3305 | 3304 |
| |
3306 | 3305 |
| |
3307 | 3306 |
| |
| 3307 | + | |
3308 | 3308 |
| |
3309 | 3309 |
| |
3310 | 3310 |
| |
|
0 commit comments
Comments
(0)