forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit632b4ae
committed
Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.
Explain that you can use any integer expression for the "count" inpl/pgsql's versions of FETCH/MOVE, unlike the SQL versions which onlyallow a constant.Remove the duplicate version of this para under MOVE. I don't seea good reason to maintain two identical paras when we just said thatMOVE works exactly like FETCH.Per Pavel Stehule, though I didn't use his text.Discussion:https://postgr.es/m/CAFj8pRAcvSXcNdUGx43bOK1e3NNPbQny7neoTLN42af+8MYWEA@mail.gmail.com1 parentcd073d8 commit632b4ae
2 files changed
+5
-21
lines changedLines changed: 4 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3196 | 3196 |
| |
3197 | 3197 |
| |
3198 | 3198 |
| |
| 3199 | + | |
| 3200 | + | |
| 3201 | + | |
| 3202 | + | |
3199 | 3203 |
| |
3200 | 3204 |
| |
3201 | 3205 |
| |
| |||
3233 | 3237 |
| |
3234 | 3238 |
| |
3235 | 3239 |
| |
3236 |
| - | |
3237 |
| - | |
3238 |
| - | |
3239 |
| - | |
3240 |
| - | |
3241 |
| - | |
3242 |
| - | |
3243 |
| - | |
3244 |
| - | |
3245 |
| - | |
3246 |
| - | |
3247 |
| - | |
3248 |
| - | |
3249 |
| - | |
3250 |
| - | |
3251 |
| - | |
3252 |
| - | |
3253 |
| - | |
3254 |
| - | |
3255 |
| - | |
3256 | 3240 |
| |
3257 | 3241 |
| |
3258 | 3242 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
|
0 commit comments
Comments
(0)