Files
postgres/src
Marc G. Fournier f0445dcbc4 > 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>
1998-01-13 03:49:51 +00:00
..
1998-01-12 18:10:28 +00:00
1998-01-11 21:03:10 +00:00
1998-01-13 02:23:09 +00:00
1998-01-11 22:18:01 +00:00
1998-01-12 14:41:38 +00:00
1997-09-08 04:14:01 +00:00
1997-08-22 16:38:33 +00:00