|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.47 2000/05/1815:45:00 momjian Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.48 2000/05/1816:09:38 momjian Exp $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
@@ -370,7 +370,7 @@ RemoveFunction(char *functionName,/* function name to be removed */
|
370 | 370 | if ((((Form_pg_proc)GETSTRUCT(tup))->prolang)==INTERNALlanguageId)
|
371 | 371 | {
|
372 | 372 | heap_close(relation,RowExclusiveLock);
|
373 |
| -elog(NOTICE,"RemoveFunction:function \"%s\" is built-in",functionName); |
| 373 | +elog(NOTICE,"Removing built-infunction \"%s\"",functionName); |
374 | 374 | }
|
375 | 375 |
|
376 | 376 | /*** Delete any comments associated with this function ***/
|
|