Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8932e28

Browse files
committed
Message improvement
1 parent 30e98a7 commit 8932e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ exec_command(const char *cmd,
302302
char *host = PQhost(pset.db);
303303

304304
if (db == NULL)
305-
printf(_("You are not connected.\n"));
305+
printf(_("You are currently not connected to a database.\n"));
306306
else
307307
{
308308
if (host == NULL)

0 commit comments

Comments
 (0)