This commit is contained in:
9
dist/win-x64/postgres-standalone/share/extension/pltclu--1.0.sql
vendored
Normal file
9
dist/win-x64/postgres-standalone/share/extension/pltclu--1.0.sql
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* src/pl/tcl/pltclu--1.0.sql */
|
||||
|
||||
CREATE FUNCTION pltclu_call_handler() RETURNS language_handler
|
||||
LANGUAGE c AS 'MODULE_PATHNAME';
|
||||
|
||||
CREATE LANGUAGE pltclu
|
||||
HANDLER pltclu_call_handler;
|
||||
|
||||
COMMENT ON LANGUAGE pltclu IS 'PL/TclU untrusted procedural language';
|
||||
Reference in New Issue
Block a user