From: Peter Eisentraut Date: Sat, 21 May 2011 21:36:14 +0000 (+0300) Subject: Message improvement X-Git-Tag: REL9_1_BETA2~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8932e2810034c43daa07c6da914a4c5ba46f6bd6;p=thirdparty%2Fpostgresql.git Message improvement --- diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 31a9ab909ce..378330b96ae 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)