postgresql/src/backend
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
..
access Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
bootstrap Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
catalog ABORT to ERROR in catalog/. 1998-01-06 19:42:33 +00:00
commands Fix CLUSTER. 1998-01-10 05:19:22 +00:00
executor Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
lib Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
libpq Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
main Major cleanout of PORTNAME variables from Makefiles...bound to screw up 1997-12-20 00:29:35 +00:00
nodes Clean up of copyfuncs. 1998-01-11 20:02:32 +00:00
optimizer Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
parser Clean up of copyfuncs. 1998-01-11 20:02:32 +00:00
port Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
postmaster Major cleanout of PORTNAME variables from Makefiles...bound to screw up 1997-12-20 00:29:35 +00:00
regex Major cleanout of PORTNAME variables from Makefiles...bound to screw up 1997-12-20 00:29:35 +00:00
rewrite Yohoo UNIONS of VIEWS. 1998-01-09 05:48:22 +00:00
storage Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
tcop Fix from Peter for BLOBs 1998-01-11 21:16:01 +00:00
tioga Major cleanout of PORTNAME variables from Makefiles...bound to screw up 1997-12-20 00:29:35 +00:00
utils > It seems there is a mistake in substr function: 1998-01-13 03:49:51 +00:00
Makefile Various fixes NETBSD/sparc related 1998-01-04 19:13:04 +00:00