You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* src/pl/tcl/pltcl--unpackaged--1.0.sql */
-
- ALTER EXTENSION pltcl ADD LANGUAGE pltcl;
- -- ALTER ADD LANGUAGE doesn't pick up the support functions, so we have to.
- ALTER EXTENSION pltcl ADD FUNCTION pltcl_call_handler();
|