1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2012-06-07 23:35:33 +03:00
parent e8d029a30b
commit 5d0109bd27
8 changed files with 11 additions and 11 deletions

View File

@ -1114,7 +1114,7 @@ exec_command(const char *cmd,
}
else if (strchr(envvar,'=') != NULL)
{
psql_error("\\%s: environment variable name must not contain '='\n",
psql_error("\\%s: environment variable name must not contain \"=\"\n",
cmd);
success = false;
}