pgsql/src/bin/scripts (createlang.sh)

From: Jan Wieck <wieck>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/scripts (createlang.sh)
Date: 2000-07-19 11:53:02
Message-ID: 200007191153.e6JBr2035765@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Wednesday, July 19, 2000 @ 07:53:02
Author: wieck

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

Modified Files:
createlang.sh

----------------------------- 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

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Wieck 2000-07-19 11:53:03 pgsql/src/pl/tcl (pltcl.c)
Previous Message Jan Wieck 2000-07-18 11:28:20 pgsql/src/pl/tcl/test (test.expected test_queries.sql)