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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user