Minimal message corrections found by spell checker.
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 2 Jun 2007 23:36:35 +0000 (23:36 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 2 Jun 2007 23:36:35 +0000 (23:36 +0000)
src/backend/commands/operatorcmds.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/tzparser.c

index 6aee4b136678d6007a9c68b2249c69ce044a658b..e07ec3e99e23e3a4c30708b7f100cd2385cef033 100644 (file)
@@ -99,7 +99,7 @@ DefineOperator(List *names, List *parameters)
                        if (typeName1->setof)
                                ereport(ERROR,
                                                (errcode(ERRCODE_INVALID_FUNCTION_DEFINITION),
-                                       errmsg("setof type not allowed for operator argument")));
+                                       errmsg("SETOF type not allowed for operator argument")));
                }
                else if (pg_strcasecmp(defel->defname, "rightarg") == 0)
                {
@@ -107,7 +107,7 @@ DefineOperator(List *names, List *parameters)
                        if (typeName2->setof)
                                ereport(ERROR,
                                                (errcode(ERRCODE_INVALID_FUNCTION_DEFINITION),
-                                       errmsg("setof type not allowed for operator argument")));
+                                       errmsg("SETOF type not allowed for operator argument")));
                }
                else if (pg_strcasecmp(defel->defname, "procedure") == 0)
                        functionName = defGetQualifiedName(defel);
index 363d680a21388a2e8e131a6e930d1926e71cb73f..1fbeb1cc33316ad4f125b17b9640a8a8f1499952 100644 (file)
@@ -1979,7 +1979,7 @@ static struct config_string ConfigureNamesString[] =
 
        {
                {"session_replication_role", PGC_SUSET, CLIENT_CONN_STATEMENT,
-                       gettext_noop("Sets the sessions behaviour for triggers and rewrite rules."),
+                       gettext_noop("Sets the sessions behavior for triggers and rewrite rules."),
                        gettext_noop("Each session can be either"
                                                 " \"origin\", \"replica\" or \"local\".")
                },
index 68a7342cfae9729fb2bb29386ab15982a46f6ff9..d18cb78935f9b6eb662748c52ac4576ed65a9547 100644 (file)
@@ -381,7 +381,7 @@ ParseTzFile(const char *filename, int depth,
                        {
                                ereport(tz_elevel,
                                                (errcode(ERRCODE_INVALID_PARAMETER_VALUE),
-                                                errmsg("@INCLUDE without filename in time zone file \"%s\", line %d",
+                                                errmsg("@INCLUDE without file name in time zone file \"%s\", line %d",
                                                                filename, lineno)));
                                return -1;
                        }