Here is the patch to add plperl to droplang.
Mark Hollomon
This commit is contained in:
parent
1a03ab9c87
commit
566c05c31a
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.6 2000/01/19 20:08:36 petere Exp $
|
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.7 2000/02/09 20:23:26 momjian Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -159,9 +159,13 @@ case "$langname" in
|
|||||||
lancomp="PL/Tcl"
|
lancomp="PL/Tcl"
|
||||||
handler="pltcl_call_handler"
|
handler="pltcl_call_handler"
|
||||||
;;
|
;;
|
||||||
|
plperl)
|
||||||
|
lancomp="PL/Perl"
|
||||||
|
handler="plperl_call_handler"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "$CMDNAME: unsupported language '$langname'"
|
echo "$CMDNAME: unsupported language '$langname'"
|
||||||
echo "Supported languages are 'plpgsql' and 'pltcl'."
|
echo "Supported languages are 'plpgsql', 'pltcl', and 'plperl'."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user