diff options
| author | Tom Lane | 2011-07-03 23:03:51 +0000 |
|---|---|---|
| committer | Tom Lane | 2011-07-03 23:03:51 +0000 |
| commit | 99e47ed0b2d2c559da813e679260e218f2c1d2ee (patch) | |
| tree | cbcf9b3be00000ac80d4ec764d3b84802c72e725 /src/pl/tcl | |
| parent | 5da79169d3e9f0fab47da03318c44075b3f824c5 (diff) | |
Put comments on the installable procedural languages.
Per suggestion from Josh Kupershmidt.
Diffstat (limited to 'src/pl/tcl')
| -rw-r--r-- | src/pl/tcl/pltcl--1.0.sql | 2 | ||||
| -rw-r--r-- | src/pl/tcl/pltclu--1.0.sql | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/pl/tcl/pltcl--1.0.sql b/src/pl/tcl/pltcl--1.0.sql index 897e1a1fe92..ecb264c818f 100644 --- a/src/pl/tcl/pltcl--1.0.sql +++ b/src/pl/tcl/pltcl--1.0.sql @@ -7,3 +7,5 @@ */ CREATE PROCEDURAL LANGUAGE pltcl; + +COMMENT ON PROCEDURAL LANGUAGE pltcl IS 'PL/Tcl procedural language'; diff --git a/src/pl/tcl/pltclu--1.0.sql b/src/pl/tcl/pltclu--1.0.sql index e53bb04e6d3..72dcef11e5b 100644 --- a/src/pl/tcl/pltclu--1.0.sql +++ b/src/pl/tcl/pltclu--1.0.sql @@ -7,3 +7,5 @@ */ CREATE PROCEDURAL LANGUAGE pltclu; + +COMMENT ON PROCEDURAL LANGUAGE pltclu IS 'PL/TclU untrusted procedural language'; |
