postgresql/src/pl/tcl
Marc G. Fournier ce88b9b40b From: Jan Wieck <jwieck@debis.com>
just a little correction in the pltcl_guide.nr.

    Sometimes I changed the name of tuple arguments to numbers
    like the other args are. Otherwise it wasn't possible to
    create a function as

        CREATE FUNCTION f (EMP, EMP) ... LANGUAGE 'pltcl';

    The arguments are now accessed in the function as

        $1(name) vs. $2(name)
1998-02-13 17:18:25 +00:00
..
modules From: Jan Wieck <jwieck@debis.com> 1998-02-11 14:14:18 +00:00
test From: Jan Wieck <jwieck@debis.com> 1998-02-11 14:38:31 +00:00
INSTALL From: Jan Wieck <jwieck@debis.com> 1998-02-11 14:08:01 +00:00
Makefile From: Jan Wieck <jwieck@debis.com> 1998-02-11 14:08:01 +00:00
license.terms From: Jan Wieck <jwieck@debis.com> 1998-02-11 14:08:01 +00:00
mkMakefile.tcldefs From: Jan Wieck <jwieck@debis.com> 1998-02-11 14:08:01 +00:00
pltcl.c From: Jan Wieck <jwieck@debis.com> 1998-02-11 14:08:01 +00:00
pltcl_guide.nr From: Jan Wieck <jwieck@debis.com> 1998-02-13 17:18:25 +00:00