mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Message improvement
This commit is contained in:
@ -302,7 +302,7 @@ exec_command(const char *cmd,
|
|||||||
char *host = PQhost(pset.db);
|
char *host = PQhost(pset.db);
|
||||||
|
|
||||||
if (db == NULL)
|
if (db == NULL)
|
||||||
printf(_("You are not connected.\n"));
|
printf(_("You are currently not connected to a database.\n"));
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (host == NULL)
|
if (host == NULL)
|
||||||
|
Reference in New Issue
Block a user