forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b18743
committed
Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE.
Commit906bfca adjusted the syntax synopsis for UPDATE, but missedthe fact that the INSERT synopsis now contains a duplicate of that.In passing, improve wording and markup about using a table alias tododge the conflict with use of "excluded" as a special table name.1 parenta5d4e3f commit2b18743
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
178 |
| - | |
179 |
| - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
|
0 commit comments
Comments
(0)