- Notifications
You must be signed in to change notification settings - Fork5
Commit673bcea
committed
Docs: improve warnings about nextval() not producing gapless sequences.
In the documentation for nextval(), point out explicitly that INSERT ...ON CONFLICT will call nextval() if needed for the insertion case, whetheror not it ends up following the ON CONFLICT path. This seems to be amatter of some confusion, cf bug #14126, so let's be clear about it.Also mention the issue in the CREATE SEQUENCE reference page, since thatis another place where people might expect such things to be covered.Minor wording improvements nearby, as well.Back-patch to 9.5 where ON CONFLICT was introduced.1 parenta3c17b2 commit673bcea
2 files changed
+24
-8
lines changedLines changed: 14 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11186 | 11186 |
| |
11187 | 11187 |
| |
11188 | 11188 |
| |
11189 |
| - | |
11190 |
| - | |
| 11189 | + | |
| 11190 | + | |
11191 | 11191 |
| |
11192 |
| - | |
11193 |
| - | |
11194 |
| - | |
11195 |
| - | |
| 11192 | + | |
| 11193 | + | |
| 11194 | + | |
| 11195 | + | |
| 11196 | + | |
| 11197 | + | |
| 11198 | + | |
| 11199 | + | |
| 11200 | + | |
| 11201 | + | |
11196 | 11202 |
| |
11197 | 11203 |
| |
11198 | 11204 |
| |
| |||
11221 | 11227 |
| |
11222 | 11228 |
| |
11223 | 11229 |
| |
11224 |
| - | |
11225 |
| - | |
| 11230 | + | |
| 11231 | + | |
11226 | 11232 |
| |
11227 | 11233 |
| |
11228 | 11234 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
242 | 252 |
| |
243 | 253 |
| |
244 | 254 |
| |
|
0 commit comments
Comments
(0)