Thread: pgsql/src/pl/tcl (pltcl.c)

pgsql/src/pl/tcl (pltcl.c)

From
Jan Wieck
Date:
  Date: Wednesday, July 19, 2000 @ 07:53:03
Author: wieck

Update of /home/projects/pgsql/cvsroot/pgsql/src/pl/tcl
     from hub.org:/tmp/cvs-serv35349/pl/tcl

Modified Files:
    pltcl.c

-----------------------------  Log Message  -----------------------------

Added untrusted PL/TclU (pltclu) language. Executes all procedures
in a non-safe interpreter, so with full OS access! Language is
restricted to be used by DB superusers.

Added "argisnull n" and "return_null" commands to gain full control
over NULL values from new FMGR capabilities.

Jan