Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4739e7

Browse files
committed
Old patch from Mark Hollomon to add plperl to createlang's repertoire.
Seems to have slipped through the cracks.
1 parentcfc0ba8 commite4739e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎src/bin/scripts/createlang.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.7 2000/03/14 23:06:41 thomas Exp $
11+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.8 2000/03/25 19:10:27 tgl Exp $
1212
#
1313
#-------------------------------------------------------------------------
1414

@@ -184,9 +184,13 @@ case "$langname" in
184184
lancomp="PL/Tcl"
185185
trusted="TRUSTED"
186186
handler="pltcl_call_handler";;
187+
plperl)
188+
lancomp="PL/Perl"
189+
trusted="TRUSTED"
190+
handler="plperl_call_handler";;
187191
*)
188192
echo"$CMDNAME: unsupported language '$langname'"
189-
echo"Supported languages are 'plpgsql'and 'pltcl'."
193+
echo"Supported languages are 'plpgsql', 'pltcl',and 'plperl'."
190194
exit 1
191195
;;
192196
esac

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp