mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Make some sentences consistent with similar ones.
Euler Taveira de Oliveira
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/commands/functioncmds.c,v 1.77 2006/09/25 15:17:34 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/commands/functioncmds.c,v 1.78 2006/10/03 21:21:36 momjian Exp $
|
||||
*
|
||||
* DESCRIPTION
|
||||
* These routines take the parse tree and pick out the
|
||||
@ -690,7 +690,7 @@ RemoveFunction(RemoveFuncStmt *stmt)
|
||||
{
|
||||
/* can only get here if stmt->missing_ok */
|
||||
ereport(NOTICE,
|
||||
(errmsg("function %s(%s) does not exist ... skipping",
|
||||
(errmsg("function %s(%s) does not exist, skipping",
|
||||
NameListToString(functionName),
|
||||
TypeNameListToString(argTypes))));
|
||||
return;
|
||||
|
Reference in New Issue
Block a user