File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
#
10
10
# IDENTIFICATION
11
- # $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.6 2000/01/19 20:08:36 petere Exp $
11
+ # $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.7 2000/02/09 20:23:26 momjian Exp $
12
12
#
13
13
# -------------------------------------------------------------------------
14
14
@@ -159,9 +159,13 @@ case "$langname" in
159
159
lancomp=" PL/Tcl"
160
160
handler=" pltcl_call_handler"
161
161
;;
162
+ plperl)
163
+ lancomp=" PL/Perl"
164
+ handler=" plperl_call_handler"
165
+ ;;
162
166
* )
163
167
echo " $CMDNAME : unsupported language '$langname '"
164
- echo " Supported languages are 'plpgsql' and 'pltcl '."
168
+ echo " Supported languages are 'plpgsql', 'pltcl', and 'plperl '."
165
169
exit 1
166
170
;;
167
171
esac
You can’t perform that action at this time.
0 commit comments