forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit17b4aa7
committed
doc: Fix INSERT statement syntax for identity columns
The INSERT statements in the examples were erroneously usingVALUE instead of VALUES. Backpatch to v17 where the exampleswere added througha37bb7c.Reported-by: shixiong327926@gmail.comDiscussion:https://postgr.es/m/172958472112.696.6075270400394560263@wrigleys.postgresql.orgBackpatch-through: 171 parent55e6d71 commit17b4aa7
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
274 |
| - | |
275 |
| - | |
| 274 | + | |
| 275 | + | |
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 |
| - | |
| 288 | + | |
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
|
0 commit comments
Comments
(0)