File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.61 2001/10/02 21:39:35 tgl Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.62 2001/10/13 01:35:25 momjian Exp $
14
14
*
15
15
* DESCRIPTION
16
16
* The "DefineFoo" routines take the parse tree and pick out the
@@ -282,8 +282,9 @@ CreateFunction(ProcedureStmt *stmt)
282
282
if (!HeapTupleIsValid (languageTuple ))
283
283
elog (ERROR ,
284
284
"Unrecognized language specified in a CREATE FUNCTION: "
285
- "'%s'.\n\tRecognized languages are sql, C, "
286
- "internal, and created procedural languages." ,
285
+ "'%s'.\n\tPre-installed languages are SQL, C, and "
286
+ "internal.\n\tAdditional languages may be installed "
287
+ "using 'createlang'." ,
287
288
languageName );
288
289
289
290
/* Check that this language is a PL */
You can’t perform that action at this time.
0 commit comments