mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Message improvement
This commit is contained in:
parent
30e98a7e6e
commit
8932e28100
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ exec_command(const char *cmd,
|
|||
char *host = PQhost(pset.db);
|
||||
|
||||
if (db == NULL)
|
||||
printf(_("You are not connected.\n"));
|
||||
printf(_("You are currently not connected to a database.\n"));
|
||||
else
|
||||
{
|
||||
if (host == NULL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue