]> granicus.if.org Git - postgresql/blobdiff - src/backend/parser/parse_func.c
Fix misc typos, mostly in comments.
[postgresql] / src / backend / parser / parse_func.c
index c2feaf371fe674ddcbd74fd3ed29cd9818e09631..44257154b816d81a05c3be06f842a81bbd457027 100644 (file)
@@ -2195,7 +2195,7 @@ LookupFuncWithArgs(ObjectType objtype, ObjectWithArgs *func, bool noError)
                        else if (func->args_unspecified)
                                ereport(ERROR,
                                                (errcode(ERRCODE_UNDEFINED_FUNCTION),
-                                                errmsg("could not find a aggregate named \"%s\"",
+                                                errmsg("could not find an aggregate named \"%s\"",
                                                                NameListToString(func->objname))));
                        else if (argcount == 0)
                                ereport(ERROR,