From 8932e2810034c43daa07c6da914a4c5ba46f6bd6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 22 May 2011 00:36:14 +0300 Subject: [PATCH] Message improvement --- src/bin/psql/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 31a9ab909c..378330b96a 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -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) -- 2.40.0