forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9c0185
committed
doc: Update SQL keywords for SQL:2016 technical corrigenda
Several keywords were missing or misclassified in the originalSQL:2016 standard. This has been corrected in later technicalcorrigenda. This change updates the PostgreSQL documentationaccordingly.This also fixes a mistake in606948b: The keywords JSON_SCALAR andJSON_SERIALIZE added there are not from SQL:2016 but from futureSQL:202x, so they don't belong in that list yet.(606948b also added JSON to the reserved list, which is what thecorrigendum also does, but failed to remove it from the nonreservedlist.)1 parent3c53494 commita9c0185
File tree
2 files changed
+10
-3
lines changed- doc/src/sgml/keywords
2 files changed
+10
-3
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
104 | 103 |
| |
105 | 104 |
| |
106 | 105 |
| |
| |||
115 | 114 |
| |
116 | 115 |
| |
117 | 116 |
| |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| 134 | + | |
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
| |
137 | 138 |
| |
| 139 | + | |
138 | 140 |
| |
139 | 141 |
| |
140 | 142 |
| |
| |||
158 | 160 |
| |
159 | 161 |
| |
160 | 162 |
| |
| 163 | + | |
| 164 | + | |
161 | 165 |
| |
162 | 166 |
| |
163 | 167 |
| |
164 | 168 |
| |
165 | 169 |
| |
| 170 | + | |
166 | 171 |
| |
167 | 172 |
| |
168 | 173 |
| |
| |||
196 | 201 |
| |
197 | 202 |
| |
198 | 203 |
| |
| 204 | + | |
199 | 205 |
| |
200 | 206 |
| |
201 | 207 |
| |
202 | 208 |
| |
203 | 209 |
| |
204 | 210 |
| |
205 | 211 |
| |
| 212 | + | |
206 | 213 |
| |
207 | 214 |
| |
208 | 215 |
| |
| |||
232 | 239 |
| |
233 | 240 |
| |
234 | 241 |
| |
| 242 | + | |
235 | 243 |
| |
236 | 244 |
| |
237 | 245 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
166 |
| - | |
167 |
| - | |
168 | 167 |
| |
169 | 168 |
| |
170 | 169 |
| |
|
0 commit comments
Comments
(0)