postgresql/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
..
backend > It seems there is a mistake in substr function: 1998-01-13 03:49:51 +00:00
bin Upgrade to 0.76 1998-01-12 18:10:28 +00:00
include Fix SCO and change index name. 1998-01-11 21:03:10 +00:00
interfaces Should fix it all, Peter? 1998-01-13 02:23:09 +00:00
lextest Lex/yacc source cleanup like indent. 1997-09-08 03:20:18 +00:00
makefiles Remove declaration for -DLINUX_ELF since testing for __ELF__ in code. 1998-01-01 05:59:24 +00:00
man Manual page dash cleanup. 1998-01-11 22:18:01 +00:00
template Linux related change to .similar to handle 'a.out' files... 1997-12-02 02:43:08 +00:00
test Fix up for recent changes in elog error messages. 1998-01-10 17:50:49 +00:00
tools Html backend_dir cleanup 1998-01-12 14:41:38 +00:00
tutorial Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
utils Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
DEVELOPERS Reorganize developers files. 1997-09-08 04:14:01 +00:00
GNUmakefile.in Knew I missed somewhere...remove PORTNAME references from GNUmakefile.in, since 1997-12-26 22:35:53 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Potential fix for Bruce's "test" problem 1997-12-20 18:36:26 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure Missed a subst() for the RANDOM substritution... 1997-12-31 03:51:17 +00:00
configure.in Missed a subst() for the RANDOM substritution... 1997-12-31 03:51:17 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00