forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5593280
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 parentd5eb1fe commit5593280
2 files changed
+5
-21
lines changedLines changed: 4 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3173 | 3173 |
| |
3174 | 3174 |
| |
3175 | 3175 |
| |
| 3176 | + | |
| 3177 | + | |
| 3178 | + | |
| 3179 | + | |
3176 | 3180 |
| |
3177 | 3181 |
| |
3178 | 3182 |
| |
| |||
3210 | 3214 |
| |
3211 | 3215 |
| |
3212 | 3216 |
| |
3213 |
| - | |
3214 |
| - | |
3215 |
| - | |
3216 |
| - | |
3217 |
| - | |
3218 |
| - | |
3219 |
| - | |
3220 |
| - | |
3221 |
| - | |
3222 |
| - | |
3223 |
| - | |
3224 |
| - | |
3225 |
| - | |
3226 |
| - | |
3227 |
| - | |
3228 |
| - | |
3229 |
| - | |
3230 |
| - | |
3231 |
| - | |
3232 |
| - | |
3233 | 3217 |
| |
3234 | 3218 |
| |
3235 | 3219 |
| |
|
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)