forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4bc8f29
committed
doc: improve description of privileges for MERGE and update glossary.
On the MERGE page, the description of the privileges required could betaken to imply that the SELECT privilege is required on all columns ofthe data source, whereas actually it is only required on the columnsreferred to by conditions or expressions in the MERGE command. Re-wordit to make that a little clearer, and mention expressions as well asconditions.Also, add a glossary entry for MERGE, and nearby on the glossary page,mention MERGE in the list of commands that cannot update amaterialized view.Noted by Jian He. Patch by me, reviewed by Jian He.Discussion:https://postgr.es/m/CACJufxHuSoRXKwr0MtSFLXuT2nFVWcVfEWhxg7qdP9h%2Bs3a%2BUw%40mail.gmail.com1 parent823eb3d commit4bc8f29
2 files changed
+24
-7
lines changedLines changed: 19 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1097 | 1097 |
| |
1098 | 1098 |
| |
1099 | 1099 |
| |
1100 |
| - | |
1101 |
| - | |
| 1100 | + | |
| 1101 | + | |
1102 | 1102 |
| |
1103 | 1103 |
| |
1104 | 1104 |
| |
| |||
1107 | 1107 |
| |
1108 | 1108 |
| |
1109 | 1109 |
| |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
1110 | 1127 |
| |
1111 | 1128 |
| |
1112 | 1129 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
|
0 commit comments
Comments
(0)