forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf0445dc
committed
> It seems there is a mistake in substr function:
> then you try get substr, which consists only of last char in string> you get all string>> For example:> userbase=> select substr('123456', 6,1) ;> substr> ------> 123456> (1 row)>From Edmund Mergl <E.Mergl@bawue.de>1 parentfc79509 commitf0445dc
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
512 | 512 |
| |
513 | 513 |
| |
514 | 514 |
| |
515 |
| - | |
| 515 | + | |
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
|
0 commit comments
Comments
(0)