mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Make some messages more consistent in style
This commit is contained in:
@@ -246,7 +246,7 @@ ProcedureCreate(const char *procedureName,
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_FUNCTION_DEFINITION),
|
||||
errmsg("cannot determine result data type"),
|
||||
errdetail("A function returning ANYRANGE must have at least one ANYRANGE argument.")));
|
||||
errdetail("A function returning \"anyrange\" must have at least one \"anyrange\" argument.")));
|
||||
|
||||
if ((returnType == INTERNALOID || internalOutParam) && !internalInParam)
|
||||
ereport(ERROR,
|
||||
|
||||
Reference in New Issue
Block a user